Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/software_xcb


Modified Files:
        evas_xcb_buffer.c 


Log Message:
fix warning
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/software_xcb/evas_xcb_buffer.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- evas_xcb_buffer.c   2 Oct 2005 12:41:11 -0000       1.4
+++ evas_xcb_buffer.c   8 Jan 2006 09:46:41 -0000       1.5
@@ -100,7 +100,7 @@
 
    if (try_shm > 0)
      {
-       XCBQueryExtensionRep *rep;
+       const XCBQueryExtensionRep *rep;
 
        rep = XCBGetExtensionData(c, &XCBShmId);
        if (rep && rep->present)




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to