source/Platform/Unix/X11Display.cpp: call setDecoration() in create()
This commit is contained in:
parent
36c6024649
commit
605e0df902
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ bool X11Display::create(DisplayDescription description)
|
|||
|
||||
setSize(description.mode.width, description.mode.height);
|
||||
|
||||
setDecoration(description.decoration);
|
||||
|
||||
// Clear and take focus
|
||||
XClearWindow(disp, m_win);
|
||||
XMapRaised(disp, m_win);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue