Carsten Haitzler [2006-09-07 14:27]:
> On Thu, 27 Jul 2006 20:50:54 +0000 Hannes Janetzek <[EMAIL PROTECTED]> 
> babbled:
> > I found some strange behavior with this ecore calls. If I dont use
> > alpha_set borderless_set works as expected. With alpha_set the border
> > gets drawn. This is the code which I have tested.
> 
> this is now fixed - should work now :)

I think you only pathed the code path for the software engine but
ignored the XRender path.

Here's an untested patch.

Regards,
Tilman

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Index: src/lib/ecore_evas/ecore_evas_x.c
===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v
retrieving revision 1.90
diff -u -p -r1.90 ecore_evas_x.c
--- src/lib/ecore_evas/ecore_evas_x.c   7 Sep 2006 10:33:57 -0000       1.90
+++ src/lib/ecore_evas/ecore_evas_x.c   9 Sep 2006 17:53:35 -0000
@@ -1601,6 +1601,8 @@ _ecore_evas_x_alpha_set(Ecore_Evas *ee, 
             evas_damage_rectangle_add(ee->evas, 0, 0, ee->w, ee->h);
             ecore_x_window_shape_mask_set(ee->engine.x.win, 0);
             ecore_evases_hash = evas_hash_add(ecore_evases_hash, 
_ecore_evas_x_winid_str_get(ee->engine.x.win), ee);
+            if (ee->prop.borderless)
+              ecore_x_mwm_borderless_set(ee->engine.x.win, 
ee->prop.borderless);
             if (ee->visible) ecore_x_window_show(ee->engine.x.win);
             if (ee->prop.focused) ecore_x_window_focus(ee->engine.x.win);
          }

Attachment: pgpIDtR3UlxIv.pgp
Description: PGP signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to