Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/src


Modified Files:
        embrace.c 


Log Message:
trans updates
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/embrace.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- embrace.c   23 Apr 2004 16:02:53 -0000      1.15
+++ embrace.c   24 Apr 2004 08:13:18 -0000      1.16
@@ -1,5 +1,5 @@
 /*
- * $Id: embrace.c,v 1.15 2004/04/23 16:02:53 tsauerbeck Exp $
+ * $Id: embrace.c,v 1.16 2004/04/24 08:13:18 tsauerbeck Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -475,6 +475,7 @@
 static bool ui_load_trans_obj (Embrace *e)
 {
        Evas_Object *trans;
+       Ecore_X_Window win;
        const char *val;
        int w = 0, h = 0;
 
@@ -489,6 +490,9 @@
        if (!(trans = esmart_trans_x11_new (e->gui.evas)))
                return false;
 
+       win = ecore_evas_software_x11_window_get (e->gui.ee);
+       esmart_trans_x11_window_set (trans, win);
+
        ecore_evas_geometry_get (e->gui.ee, NULL, NULL, &w, &h);
 
        evas_object_move (trans, 0, 0);




-------------------------------------------------------
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