Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : libs/etk

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


Modified Files:
        ecore_fb.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_fb/ecore_fb.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ecore_fb.c  19 Jan 2007 00:19:00 -0000      1.17
+++ ecore_fb.c  22 Mar 2007 23:31:40 -0000      1.18
@@ -145,6 +145,8 @@
    _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_get */
    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