Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/engines/ecore_evas_software_x11


Modified Files:
        ecore_evas_software_x11.c 


Log Message:
Implement translucency support and color setting for etk widgets.

[Engines] Add a has_alpha_set/get call.
[Window] Add etk_window_has_alpha_set/get call
[Widget] Add etk_widget_color_set call.



===================================================================
RCS file: 
/cvs/e/e17/libs/etk/src/engines/ecore_evas_software_x11/ecore_evas_software_x11.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ecore_evas_software_x11.c   8 Oct 2006 10:04:53 -0000       1.13
+++ ecore_evas_software_x11.c   22 Mar 2007 23:31:40 -0000      1.14
@@ -58,6 +58,8 @@
    NULL, /* window_decorated_get */
    NULL, /* window_shaped_set */
    NULL, /* window_shaped_get */
+   NULL, /* window_has_alpha_set */
+   NULL, /* window_has_alpha_get */     
    NULL, /* window_skip_taskbar_hint_set */
    NULL, /* window_skip_taskbar_hint_ge */
    NULL, /* window_skip_pager_hint_set */



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to