Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
      Tag: branch-exp
        icccm.c 


Log Message:
Moved stuff to ecore_x
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/icccm.c,v
retrieving revision 1.76.2.5
retrieving revision 1.76.2.6
diff -u -3 -r1.76.2.5 -r1.76.2.6
--- icccm.c     31 Aug 2004 21:58:35 -0000      1.76.2.5
+++ icccm.c     21 Sep 2004 19:28:55 -0000      1.76.2.6
@@ -37,9 +37,8 @@
 static Atom         E_XA_WM_CLIENT_LEADER = 0;
 static Atom         E_XA_WM_TRANSIENT_FOR = 0;
 
-Atom                _ecore_x_atom_wm_state = 0;
-
 #ifndef USE_ECORE_X
+Atom                _ecore_x_atom_wm_state = 0;
 Atom                _ecore_x_atom_wm_protocols = 0;
 Atom                _ecore_x_atom_wm_delete_window = 0;
 Atom                _ecore_x_atom_wm_take_focus = 0;
@@ -1203,12 +1202,7 @@
    EDBUG_RETURN_;
 }
 
-/*
- * To become ecore_x_icccm.c ?
- */
-#ifdef USE_ECORE_X
-extern Display     *_ecore_x_disp;
-#endif
+#ifndef USE_ECORE_X
 
 static void
 ecore_x_icccm_window_state_set(Ecore_X_Window win, unsigned int state)
@@ -1277,3 +1271,5 @@
                                     CurrentTime);
 }
 #endif
+
+#endif /* USE_ECORE_X */




-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to