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

@ -22,6 +22,7 @@ const char kMinHeight[] = "minHeight";
const char kMaxWidth[] = "maxWidth";
const char kMaxHeight[] = "maxHeight";
const char kResizable[] = "resizable";
const char kMovable[] = "movable";
const char kFullscreen[] = "fullscreen";
// Whether the window should show in taskbar.