Add thickFrame option
This commit is contained in:
parent
187b68b8b2
commit
2ece9e2885
2 changed files with 21 additions and 5 deletions
|
@ -220,6 +220,9 @@ class NativeWindowViews : public NativeWindow,
|
|||
// If true we have enabled a11y
|
||||
bool enabled_a11y_support_;
|
||||
|
||||
// Whether to show the WS_THICKFRAME style.
|
||||
bool thick_frame_;
|
||||
|
||||
// The icons of window and taskbar.
|
||||
base::win::ScopedHICON window_icon_;
|
||||
base::win::ScopedHICON app_icon_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue