Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        eobj.c 


Log Message:
Set WM_NAME on various internal windows.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/eobj.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- eobj.c      18 Sep 2005 06:35:37 -0000      1.50
+++ eobj.c      25 Sep 2005 13:12:03 -0000      1.51
@@ -143,7 +143,10 @@
    eo->w = w;
    eo->h = h;
    if (name)
-      eo->name = Estrdup(name);
+     {
+       eo->name = Estrdup(name);
+       HintsSetWindowName(eo->win, name);
+     }
 #if USE_COMPOSITE
    eo->fade = 1;
    ECompMgrWinNew(eo);




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to