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