Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : proto

Dir     : e17/proto/esmart/test


Modified Files:
        esmart_main.c 


Log Message:
Esmart_Trans now automatically updates on background change. Yay.


===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/test/esmart_main.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- esmart_main.c       22 Apr 2004 16:32:04 -0000      1.13
+++ esmart_main.c       24 Apr 2004 05:51:17 -0000      1.14
@@ -117,6 +117,7 @@
 {
   Evas *evas = NULL;
   Ecore_Evas *ee = NULL;
+  Ecore_X_Window win = 0;
   Evas_Object *o = NULL;
   Evas_Object *cont = NULL;
   Evas_Object *image = NULL;
@@ -130,6 +131,7 @@
   if (ecore_evas_init ())
     {
       ee = ecore_evas_software_x11_new (NULL, 0, 0, 0, 300, 120);
+      win = ecore_evas_software_x11_window_get(ee);
       ecore_evas_title_set (ee, "Enlightenment Thumbnail Test");
       ecore_evas_callback_delete_request_set (ee, window_del_cb);
       ecore_evas_callback_resize_set (ee, window_resize_cb);
@@ -137,6 +139,7 @@
 
       evas = ecore_evas_get (ee);
       o = esmart_trans_x11_new (evas);
+      esmart_trans_x11_window_set(o, win);
       evas_object_move (o, 0, 0);
       evas_object_resize (o, 300, 120);
       evas_object_layer_set (o, -5);




-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to