Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_x


Modified Files:
        ecore_x.c 


Log Message:
Apparent typo for fullscreen state atom.


===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ecore_x.c   14 Oct 2003 19:11:35 -0000      1.15
+++ ecore_x.c   1 Nov 2003 22:28:50 -0000       1.16
@@ -333,7 +333,7 @@
    _ecore_x_atom_net_wm_state_skip_taskbar   = XInternAtom(_ecore_x_disp, 
"_NET_WM_STATE_SKIP_TASKBAR", False);
    _ecore_x_atom_net_wm_state_skip_pager     = XInternAtom(_ecore_x_disp, 
"_NET_WM_STATE_SKIP_PAGER", False);
    _ecore_x_atom_net_wm_state_hidden         = XInternAtom(_ecore_x_disp, 
"_NET_WM_STATE_HIDDEN", False);
-   _ecore_x_atom_net_wm_state_fullscreen     = XInternAtom(_ecore_x_disp, 
"_NET_WM_FULLSCREEN", False);
+   _ecore_x_atom_net_wm_state_fullscreen     = XInternAtom(_ecore_x_disp, 
"_NET_WM_STATE_FULLSCREEN", False);
    _ecore_x_atom_net_wm_state_above          = XInternAtom(_ecore_x_disp, 
"_NET_WM_STATE_ABOVE", False);
    _ecore_x_atom_net_wm_state_below          = XInternAtom(_ecore_x_disp, 
"_NET_WM_STATE_BELOW", False);
 




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to