Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e_utils

Dir     : e17/apps/e_utils/src/bin/ethemes


Modified Files:
        main.c 


Log Message:
resize viewport clip with window - thanks Chady
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/ethemes/main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- main.c      12 Oct 2005 14:56:41 -0000      1.1
+++ main.c      13 Oct 2005 08:56:23 -0000      1.2
@@ -34,6 +34,8 @@
        evas_object_resize(preview, w - 120 , h );
        evas_object_show(preview);
 
+       evas_object_resize(preview_clip, w - 120 , h );
+
        evas_object_move(background, 0, 0);
        evas_object_resize(background, 120, h);
        evas_object_show(background);




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to