Lovering down NSFloatingWindowLevel number by one to distinguish floating panels from menus.

This commit is contained in:
Sergii Stoian 2019-03-27 16:19:00 +02:00
parent a7d572f744
commit c0c3c5f448
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2019-03-27 Sergii Stoian <stoyan255@gmail.com>
* Headers/AppKit/NSWindow.h:
Lovering down NSFloatingWindowLevel number by one to distinguish
floating panels from menus.
2019-02-26 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSBitmapImageRep+ICNS.m (_imageRepsWithICNSData:): Try to

View file

@ -76,7 +76,7 @@
enum {
NSDesktopWindowLevel = -1000, /* GNUstep addition */ // 2
NSNormalWindowLevel = 0, // 3
NSFloatingWindowLevel = 3, // 4
NSFloatingWindowLevel = 2, // 4
NSSubmenuWindowLevel = 3, // 5
NSTornOffMenuWindowLevel = 3, // 5
NSMainMenuWindowLevel = 20, // 7