Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        COMPLIANCE configure.in 


Log Message:
Add _NET_WM_SYNC_REQUEST support.

===================================================================
RCS file: /cvs/e/e16/e/COMPLIANCE,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- COMPLIANCE  10 Jul 2005 22:43:49 -0000      1.11
+++ COMPLIANCE  28 Oct 2006 14:53:16 -0000      1.12
@@ -103,6 +103,7 @@
 Window Manager Protocols
 ~~~~~~~~~~~~~~~~~~~~~~~~
 [ ] _NET_WM_PING
+[+] _NET_WM_SYNC_REQUEST
 
 
 GNOME Compliance (_WIN_... hints)
===================================================================
RCS file: /cvs/e/e16/e/configure.in,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -3 -r1.175 -r1.176
--- configure.in        22 Oct 2006 14:09:50 -0000      1.175
+++ configure.in        28 Oct 2006 14:53:16 -0000      1.176
@@ -195,8 +195,8 @@
 fi
 
 AC_ARG_ENABLE(xsync,
-  [  --enable-xsync          compile with SYNC support (experimental!) 
@<:@default=no@:>@],,
-  enable_xsync=no)
+  [  --enable-xsync          compile with SYNC support @<:@default=yes@:>@],,
+  enable_xsync=yes)
 if test "x$enable_xsync" = "xyes"; then
   AC_CHECK_LIB(Xext, XSyncQueryExtension,
     AC_DEFINE(HAS_XSYNC, 1, [SYNC support]),
@@ -318,12 +318,12 @@
 echo "  Xft .......................... $enable_xft"
 echo "  Xinerama ..................... $enable_xinerama"
 echo "  RandR ........................ $enable_xrandr"
+echo "  Sync ......................... $enable_xsync"
 echo "  Composite .................... $enable_composite"
 echo "  Window mode helper library ... $enable_roothacklib"
 echo
 echo "Experimental options - DO NOT USE unless you know what you are doing"
 echo "  Compile with ecore/ecore_x ... $enable_ecore"
-echo "  Sync ......................... $enable_xsync"
 echo "  ScreenSaver .................. $enable_xscrnsaver"
 echo
 echo "Installation Path .............. $prefix"



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to