Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x
Modified Files:
ecore_x_events.c
Log Message:
Catch the event when _NET_WM_NAME is changed, trigger an ecore title change
event.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_events.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ecore_x_events.c 12 Oct 2003 05:01:41 -0000 1.4
+++ ecore_x_events.c 12 Oct 2003 05:25:08 -0000 1.5
@@ -714,7 +714,7 @@
&(e->name), &(e->clas));
ecore_event_add(ECORE_X_EVENT_WINDOW_PROP_NAME_CLASS_CHANGE, e,
_ecore_x_event_free_window_prop_name_class_change, NULL);
}
- else if (xevent->xproperty.atom == _ecore_x_atom_wm_name)
+ else if ((xevent->xproperty.atom == _ecore_x_atom_wm_name) ||
(xevent->xproperty.atom == _ecore_x_atom_net_wm_name))
{
Ecore_X_Event_Window_Prop_Title_Change *e;
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs