Enlightenment CVS committal

Author  : fletch3k
Project : misc
Module  : enotes

Dir     : misc/enotes/src


Modified Files:
        controlcentre.c controlcentre.h note.c 


Log Message:
Windowclasses are now set, so it works with Engage.

===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/controlcentre.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- controlcentre.c     11 Mar 2004 17:28:58 -0000      1.7
+++ controlcentre.c     25 Apr 2004 16:25:50 -0000      1.8
@@ -30,7 +30,8 @@
 
        /* Setup the Window */
        cc->win = ecore_evas_software_x11_new(NULL, 0, 0, 0, 250, 250);
-       ecore_evas_title_set(cc->win, "E-Notes Control Centre");
+       ecore_evas_title_set(cc->win, "Enotes");
+       ecore_evas_name_class_set (cc->win, "Enotes", "Enotes");
        ecore_evas_borderless_set(cc->win, 1);
        ecore_evas_shaped_set(cc->win, 1);
        ecore_evas_show(cc->win);
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/controlcentre.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- controlcentre.h     22 Apr 2004 01:36:46 -0000      1.4
+++ controlcentre.h     25 Apr 2004 16:25:50 -0000      1.5
@@ -22,7 +22,7 @@
 #include <Ecore.h>
 #include <Ecore_Evas.h>
 #include <Edje.h>
-#include <Esmart/container.h>
+#include <Esmart/Esmart_Container.h>
 #include <Esmart/Esmart_Draggies.h>
 
 #include "debug.h"
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/note.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- note.c      11 Mar 2004 17:28:58 -0000      1.12
+++ note.c      25 Apr 2004 16:25:50 -0000      1.13
@@ -138,6 +138,7 @@
        /* Setup the Window */
        p->win = ecore_evas_software_x11_new(NULL, 0, 0, 0, width, height);
        ecore_evas_title_set(p->win, "An E-Note");
+       ecore_evas_name_class_set (p->win, "Enotes", "Enotes");
        ecore_evas_borderless_set(p->win, 1);
        ecore_evas_shaped_set(p->win, 1);
        ecore_evas_show(p->win);




-------------------------------------------------------
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