Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_engine.c 


Log Message:


1. default object size to 0x0
2. remove some float numbers (were cast anyway)
3. make smart object mmove/resize only called if the obj changes

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/engines/buffer/evas_engine.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- evas_engine.c       17 Jun 2007 03:02:22 -0000      1.11
+++ evas_engine.c       5 Oct 2007 04:52:10 -0000       1.12
@@ -285,6 +285,7 @@
                                                          ux, uy, uw, uh,
                                                          cx, cy, cw, ch);
    *x = ux; *y = uy; *w = uw; *h = uh;
+   printf("BUF: up %i %i %ix%i\n", ux, uy, uw, uh);
    return surface;
 }
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to