diff --git a/ChangeLog b/ChangeLog index 5db4044..db29b89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,8 +17,8 @@ 2009-03-07 Xavier Glattard * Source/x11/XGServerEvent.m: - Fix a bug (from rev.28036) and consolidate the computing of expose rectangle - of subwindows. + Fix a bug (from rev.28036) and consolidate the computing of + expose rectangle of subwindows. 2009-03-06 Xavier Glattard diff --git a/Source/x11/XGServerEvent.m b/Source/x11/XGServerEvent.m index 5cc047e..71d94e6 100644 --- a/Source/x11/XGServerEvent.m +++ b/Source/x11/XGServerEvent.m @@ -956,6 +956,7 @@ posixFileDescriptor: (NSPosixFileDescriptor*)fileDescriptor = [XGServer _windowForXWindow:xEvent.xvisibility.window]; } // sub-window ? + /* { Window xw; xw = xEvent.xvisibility.window; @@ -970,7 +971,7 @@ posixFileDescriptor: (NSPosixFileDescriptor*)fileDescriptor = [XGServer _windowForXWindow:xw]; } } - + */ if (cWin != 0) cWin->visibility = xEvent.xvisibility.state; break; @@ -989,6 +990,7 @@ posixFileDescriptor: (NSPosixFileDescriptor*)fileDescriptor = [XGServer _windowForXWindow:xEvent.xexpose.window]; } // sub-window ? + /* { Window xw; xw = xEvent.xexpose.window; @@ -1012,7 +1014,7 @@ posixFileDescriptor: (NSPosixFileDescriptor*)fileDescriptor isSubWindow = YES; } } - + */ if (cWin != 0) { XRectangle rectangle;