Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : libs/ecore

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


Modified Files:
        ecore_x_dpms.c 


Log Message:
Call correct DPMSGetVersion function.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/ecore_x_dpms.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ecore_x_dpms.c      13 Mar 2007 09:30:17 -0000      1.3
+++ ecore_x_dpms.c      13 Mar 2007 11:14:44 -0000      1.4
@@ -15,7 +15,7 @@
    _dpms_major = 1;
    _dpms_minor = 0;
 
-   if (DpmsGetVersion(_ecore_x_disp, &_dpms_major, &_dpms_minor))
+   if (DPMSGetVersion(_ecore_x_disp, &_dpms_major, &_dpms_minor))
      _dpms_available = 1;
    else
      _dpms_available = 0;



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