Enlightenment CVS committal

Author  : fletch3k
Project : misc
Module  : erss

Dir     : misc/erss/src


Modified Files:
        gui.c 


Log Message:
Window Class is now set, so it works in engage. 

===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/src/gui.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- gui.c       22 Apr 2004 16:54:31 -0000      1.6
+++ gui.c       25 Apr 2004 19:42:59 -0000      1.7
@@ -266,6 +266,7 @@
                return -1;
 
        ecore_evas_borderless_set (ee, cfg->borderless);
+       ecore_evas_name_class_set (ee, "Erss", "Erss");
        snprintf(title, PATH_MAX, "erss - %s", winname);
        ecore_evas_title_set (ee, title);
        ecore_x_window_prop_layer_set(win, ECORE_X_WINDOW_LAYER_BELOW);




-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to