Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        window.c 


Log Message:
wrong behaviour
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/window.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- window.c    11 Apr 2004 21:50:37 -0000      1.3
+++ window.c    11 Apr 2004 21:55:14 -0000      1.4
@@ -78,8 +78,8 @@
 
   ecore_evas_show(ee);
   
-#ifdef HAVE_TRANS_BG
   if (options.mode == OM_BELOW) {
+#ifdef HAVE_TRANS_BG
     o = esmart_trans_x11_new(evas);
     evas_object_layer_set(o, 0);
     evas_object_move(o, 0, 0);
@@ -90,16 +90,16 @@
                              (int) (res_y - options.height),
                              options.width, options.height);
     evas_object_show(o);
-  }
 #else
-  o = evas_object_rectangle_add(evas);
-  evas_object_color_set(o, 0, 0, 0, 255);
-  evas_object_layer_set(o, 0);
-  evas_object_move(o, 0, 0);
-  evas_object_resize(o, options.width, options.height);
-  evas_object_name_set(o, "trans");
-  evas_object_show(o);                            
+    o = evas_object_rectangle_add(evas);
+    evas_object_color_set(o, 0, 0, 0, 255);
+    evas_object_layer_set(o, 0);
+    evas_object_move(o, 0, 0);
+    evas_object_resize(o, options.width, options.height);
+    evas_object_name_set(o, "trans");
+    evas_object_show(o);                            
 #endif
+  }
 }
 
 static void




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to