Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/engines/software_16_wince


Modified Files:
        evas_wince_gapi_buffer.c 


Log Message:
remove debug printf

===================================================================
RCS file: 
/cvs/e/e17/libs/evas/src/modules/engines/software_16_wince/evas_wince_gapi_buffer.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- evas_wince_gapi_buffer.c    23 May 2008 18:26:41 -0000      1.7
+++ evas_wince_gapi_buffer.c    23 May 2008 18:57:40 -0000      1.8
@@ -151,7 +151,7 @@
    if ((GetSystemMetrics(SM_CXSCREEN) != (int)prop.cxWidth) ||
        (GetSystemMetrics(SM_CYSCREEN) != (int)prop.cyHeight))
      {
-        printf ("error : GAPI format mismatch\n");
+        printf ("error : GAPI size mismatch\n");
         goto close_display;
      }
 
@@ -310,7 +310,6 @@
    if (!buffer)
      return;
 
-   printf ("buffers : %p %p\n", buffer, priv->buffer);
    if (priv->buffer) buffer = priv->buffer;
 
    if ((fbob->im->cache_entry.w == priv->width) &&



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to