Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        stacking.c 


Log Message:
Debug stuff.

===================================================================
RCS file: /cvs/e/e16/e/src/stacking.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- stacking.c  23 Mar 2008 11:54:24 -0000      1.40
+++ stacking.c  7 Aug 2008 23:30:46 -0000       1.41
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007 Kim Woelders
+ * Copyright (C) 2004-2008 Kim Woelders
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -38,6 +38,7 @@
    int                 nwins;
    EObj              **list;
    char                layered;
+   char                type;
 };
 
 static int          EobjListRaise(EobjList * ewl, EObj * eo, int test);
@@ -271,9 +272,9 @@
 /*
  * The global object/client lists
  */
-static EobjList     EwinListStack = { "Stack", 0, 0, NULL, 1 };
-static EobjList     EwinListFocus = { "Focus", 0, 0, NULL, 0 };
-static EobjList     EwinListOrder = { "Order", 0, 0, NULL, 0 };
+static EobjList     EwinListStack = { "Stack", 0, 0, NULL, 1, 0 };
+static EobjList     EwinListFocus = { "Focus", 0, 0, NULL, 0, 1 };
+static EobjList     EwinListOrder = { "Order", 0, 0, NULL, 0, 2 };
 
 static EObj        *const *
 EobjListGet(EobjList * ewl, int *num)



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to