Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
icccm.c
Log Message:
Fix ancient harmless bug.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/icccm.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -3 -r1.66 -r1.67
--- icccm.c 2 Jun 2004 22:44:33 -0000 1.66
+++ icccm.c 7 Jun 2004 16:07:38 -0000 1.67
@@ -1076,7 +1076,7 @@
c[6] = ewin->client.w;
c[7] = ewin->client.h;
XChangeProperty(disp, ewin->client.win, a, XA_CARDINAL, 32, PropModeReplace,
- (unsigned char *)c, 9);
+ (unsigned char *)c, 8);
XChangeProperty(disp, ewin->client.win, aa, XA_STRING, 8, PropModeReplace,
(unsigned char *)ewin->border->name,
strlen(ewin->border->name) + 1);
@@ -1185,11 +1185,8 @@
ewin->iconified = 0;
}
ewin->client.already_placed = 1;
- if (num >= 9)
- {
- ewin->client.w = c[6];
- ewin->client.h = c[7];
- }
+ ewin->client.w = c[6];
+ ewin->client.h = c[7];
XFree(c);
puc = NULL;
-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs