mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
Revert exposure event change as it causes too many problems
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@23608 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c5ef09b08c
commit
12d46e24ea
1 changed files with 1 additions and 1 deletions
|
@ -950,7 +950,7 @@ static int check_modifier (XEvent *xEvent, KeySym key_sym,
|
|||
NSDebugLLog(@"NSEvent", @"Expose frame %d %d %d %d\n",
|
||||
rectangle.x, rectangle.y,
|
||||
rectangle.width, rectangle.height);
|
||||
#if 0
|
||||
#if 1
|
||||
[self _addExposedRectangle: rectangle : cWin->number];
|
||||
|
||||
if (xEvent.xexpose.count == 0)
|
||||
|
|
Loading…
Reference in a new issue