Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_atoms.h e_atoms.c 


Log Message:
Create atoms to hold container and zone info.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_atoms.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_atoms.h   7 Feb 2005 13:51:08 -0000       1.7
+++ e_atoms.h   13 Feb 2005 10:41:14 -0000      1.8
@@ -10,6 +10,8 @@
 extern EAPI Ecore_X_Atom E_ATOM_MANAGED;
 
 /* basic window properties */
+extern EAPI Ecore_X_Atom E_ATOM_CONTAINER;
+extern EAPI Ecore_X_Atom E_ATOM_ZONE;
 extern EAPI Ecore_X_Atom E_ATOM_DESK;
 extern EAPI Ecore_X_Atom E_ATOM_ICONIC;
 extern EAPI Ecore_X_Atom E_ATOM_MAPPED;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_atoms.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_atoms.c   7 Feb 2005 13:51:08 -0000       1.6
+++ e_atoms.c   13 Feb 2005 10:41:14 -0000      1.7
@@ -5,6 +5,8 @@
 
 /* Atoms */
 Ecore_X_Atom E_ATOM_MANAGED = 0;
+Ecore_X_Atom E_ATOM_CONTAINER = 0;
+Ecore_X_Atom E_ATOM_ZONE = 0;
 Ecore_X_Atom E_ATOM_DESK = 0;
 Ecore_X_Atom E_ATOM_ICONIC = 0;
 Ecore_X_Atom E_ATOM_MAPPED = 0;
@@ -14,6 +16,8 @@
 e_atoms_init(void)
 {
    E_ATOM_MANAGED = ecore_x_atom_get("__E_WINDOW_MANAGED");
+   E_ATOM_CONTAINER = ecore_x_atom_get("__E_WINDOW_CONTAINER");
+   E_ATOM_ZONE = ecore_x_atom_get("__E_WINDOW_ZONE");
    E_ATOM_DESK = ecore_x_atom_get("__E_WINDOW_DESK");
    E_ATOM_ICONIC = ecore_x_atom_get("__E_WINDOW_ICONIC");
    E_ATOM_MAPPED = ecore_x_atom_get("__E_WINDOW_MAPPED");




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to