Minor formatting change in ChangeLog and temporary removal/commenting out of code until a fix for bug#26046 can be resolved.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@28151 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2009-03-30 05:37:42 +00:00
parent 4f3b8457a3
commit afb33293d1
2 changed files with 6 additions and 4 deletions

View file

@ -17,8 +17,8 @@
2009-03-07 Xavier Glattard <xavier.glattard@online.fr>
* 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 <xavier.glattard@online.fr>

View file

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