Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        e16-ecore_hints.c 


Log Message:
Add _NET_STARTUP_ID.

===================================================================
RCS file: /cvs/e/e16/e/src/e16-ecore_hints.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e16-ecore_hints.c   8 Apr 2007 20:21:31 -0000       1.6
+++ e16-ecore_hints.c   8 Apr 2007 20:44:43 -0000       1.7
@@ -899,6 +899,7 @@
 #endif
 
 /* Startup notification */
+Ecore_X_Atom        ECORE_X_ATOM_NET_STARTUP_ID;
 Ecore_X_Atom        ECORE_X_ATOM_NET_STARTUP_INFO_BEGIN;
 Ecore_X_Atom        ECORE_X_ATOM_NET_STARTUP_INFO;
 
@@ -1016,6 +1017,7 @@
       _ATOM_GET("_NET_REQUEST_FRAME_EXTENTS");
 #endif
 
+   ECORE_X_ATOM_NET_STARTUP_ID = _ATOM_GET("_NET_STARTUP_ID");
    ECORE_X_ATOM_NET_STARTUP_INFO_BEGIN = _ATOM_GET("_NET_STARTUP_INFO_BEGIN");
    ECORE_X_ATOM_NET_STARTUP_INFO = _ATOM_GET("_NET_STARTUP_INFO");
 }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to