Enlightenment CVS committal

Author  : dj2
Project : misc
Module  : eke

Dir     : misc/eke/src


Modified Files:
        eke_gui_edje.c 


Log Message:
- set the name and class of the window

===================================================================
RCS file: /cvsroot/enlightenment/misc/eke/src/eke_gui_edje.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- eke_gui_edje.c      5 Jan 2005 06:17:15 -0000       1.13
+++ eke_gui_edje.c      5 Jan 2005 19:15:02 -0000       1.14
@@ -62,6 +62,7 @@
     ee = ecore_evas_software_x11_new(NULL, 0, 0, 0, 
                                 EKE_GUI_WIDTH, EKE_GUI_HEIGHT);
     ecore_evas_title_set(ee, PACKAGE);
+    ecore_evas_name_class_set(ee, PACKAGE, PACKAGE);
     ecore_evas_borderless_set(ee, 0);
     ecore_evas_shaped_set(ee, 0);
     ecore_evas_show(ee);




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to