Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_main.c 


Log Message:


lets limit the starting defaults

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_main.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- evas_main.c 28 Apr 2004 01:52:16 -0000      1.12
+++ evas_main.c 5 May 2004 11:00:19 -0000       1.13
@@ -59,7 +59,8 @@
 
    e->magic = MAGIC_EVAS;
    e->output.render_method = RENDER_METHOD_INVALID;
-   
+   e->viewport.w = 1;
+   e->viewport.h = 1;
    return e;
 }
 




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to