mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
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:
parent
4f3b8457a3
commit
afb33293d1
2 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue