2010-01-21 15:45-EST Riccardo Mottola <rmottola@users.sf.net>

Committed by: Gregory John Casamento <greg.casamento@gmail.com>

	* Source/win32/w32_text_focus.m: Correction for extra event which 
	was causing main/key windows to get out of sync in the backend and 
	gui.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@29349 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2010-01-21 20:43:46 +00:00
parent b4aead1b19
commit 89e0508bbb
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2010-01-21 15:45-EST Riccardo Mottola <rmottola@users.sf.net>
Committed by: Gregory John Casamento <greg.casamento@gmail.com>
* Source/win32/w32_text_focus.m: Correction for extra event which
was causing main/key windows to get out of sync in the backend and
gui.
2010-01-14 Wolfgang Lux <wolfgang.lux@gmail.com>
* Source/x11/XGServerEvent.m (-processEvent:):

View file

@ -51,6 +51,8 @@
/* We need to do this directly and not send an event to the frontend -
that's too slow and allows the window state to get out of sync,
causing bad recursion problems */
/*
NSEvent *ev;
ev = [NSEvent otherEventWithType: NSAppKitDefined
@ -65,6 +67,7 @@
NSDebugLLog(@"Focus", @"Making %d key", (int)hwnd);
[EVENT_WINDOW(hwnd) sendEvent: ev];
*/
}
return 0;