Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm/src


Modified Files:
        pixmap.c 


Log Message:
Wed Apr 27 14:46:41 2005                        Michael Jennings (mej)

Disable MMX on x86_64 for now.
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/pixmap.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -3 -r1.108 -r1.109
--- pixmap.c    26 Apr 2005 17:43:21 -0000      1.108
+++ pixmap.c    27 Apr 2005 18:48:32 -0000      1.109
@@ -21,7 +21,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-static const char cvs_ident[] = "$Id: pixmap.c,v 1.108 2005/04/26 17:43:21 mej 
Exp $";
+static const char cvs_ident[] = "$Id: pixmap.c,v 1.109 2005/04/27 18:48:32 mej 
Exp $";
 
 #include "config.h"
 #include "feature.h"
@@ -2218,7 +2218,7 @@
     wm_hints->flags |= IconPixmapHint | IconMaskHint;
 #endif
 
-    /* Set the EWMH icon hint for _NET_WM-compliant GNOME WM's. */
+    /* Set the EWMH icon hint for _NET_WM-compliant WM's. */
     XChangeProperty(Xdisplay, TermWin.parent,
                     props[PROP_EWMH_ICON], XA_CARDINAL, 32, PropModeReplace,
                     (unsigned char *) icon_data, sizeof(icon_data) / 
sizeof(CARD32));




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to