Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/dox


Modified Files:
        dox.c 


Log Message:
Cleanups, HAS_...->HAVE_...

===================================================================
RCS file: /cvs/e/e16/e/dox/dox.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- dox.c       16 Apr 2006 04:13:18 -0000      1.38
+++ dox.c       27 Dec 2006 16:34:48 -0000      1.39
@@ -30,7 +30,7 @@
 #include <X11/keysym.h>
 #include <X11/Xatom.h>
 
-#ifdef HAS_XINERAMA
+#ifdef HAVE_XINERAMA
 #include <X11/extensions/Xinerama.h>
 #endif
 
@@ -337,7 +337,7 @@
    t = 16;
    wx = (VRoot.w - w) / 2;
    wy = (VRoot.h - (h + t)) / 2;
-#ifdef HAS_XINERAMA
+#ifdef HAVE_XINERAMA
    {
       if (XineramaIsActive(disp))
        {



-------------------------------------------------------------------------
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