Add 'always on top' window support

This commit is contained in:
Joshua Granick
2017-04-18 12:54:47 -07:00
parent ef202d2d12
commit 45f923360a
8 changed files with 10 additions and 3 deletions

View File

@@ -71,7 +71,8 @@ namespace lime {
WINDOW_FLAG_ALLOW_HIGHDPI = 0x00000800,
WINDOW_FLAG_HIDDEN = 0x00001000,
WINDOW_FLAG_MINIMIZED = 0x00002000,
WINDOW_FLAG_MAXIMIZED = 0x00004000
WINDOW_FLAG_MAXIMIZED = 0x00004000,
WINDOW_FLAG_ALWAYS_ON_TOP = 0x00008000
};