Added option to prevent a window from being moved on OS X

This commit is contained in:
evgenyzinoviev 2016-01-15 03:45:19 +01:00
parent d4b8c65017
commit cda88db77c
4 changed files with 8 additions and 0 deletions

View file

@ -23,6 +23,7 @@ extern const char kMinHeight[];
extern const char kMaxWidth[];
extern const char kMaxHeight[];
extern const char kResizable[];
extern const char kMovable[];
extern const char kFullscreen[];
extern const char kSkipTaskbar[];
extern const char kKiosk[];