mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 07:21:02 +00:00
* Source/x11/XGServerEvent.m (_handleTakeFocusAtom:forContext:): tiny
formatting fix.
This commit is contained in:
parent
4e5f2ddbb1
commit
a1f08ad8ca
1 changed files with 2 additions and 2 deletions
|
@ -1968,8 +1968,8 @@ posixFileDescriptor: (NSPosixFileDescriptor*)fileDescriptor
|
|||
NSDebugLLog(@"Focus", @"Reasserting key window");
|
||||
[GSServerForWindow(keyWindow) setinputfocus: key_num];
|
||||
}
|
||||
else if (key_num &&
|
||||
cWin->number == [[[NSApp mainMenu] window] windowNumber])
|
||||
else if (key_num
|
||||
&& cWin->number == [[[NSApp mainMenu] window] windowNumber])
|
||||
{
|
||||
/* This might occur when the window manager just wants someone
|
||||
to become key, so it tells the main menu (typically the first
|
||||
|
|
Loading…
Reference in a new issue