diff options
Diffstat (limited to 'views/widget/widget.h')
-rw-r--r-- | views/widget/widget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/widget/widget.h b/views/widget/widget.h index b2699de..990d060 100644 --- a/views/widget/widget.h +++ b/views/widget/widget.h @@ -94,6 +94,8 @@ class Widget : public internal::NativeWidgetDelegate, struct InitParams { enum Type { TYPE_WINDOW, // A Window, like a frame window. + TYPE_WINDOW_FRAMELESS, + // An undecorated Window. TYPE_CONTROL, // A control, like a button. TYPE_POPUP, // An undecorated Window, with transient properties. TYPE_MENU // An undecorated Window, with transient properties |