More resizing
This commit is contained in:
parent
9ade0e2d4b
commit
be94bf0185
11 changed files with 44 additions and 3 deletions
|
@ -112,3 +112,11 @@ void XcbWindow::map()
|
|||
xcb_map_window(mConnection, mHandle);
|
||||
xcb_flush(mConnection);
|
||||
}
|
||||
|
||||
void XcbWindow::onResize(unsigned width, unsigned height)
|
||||
{
|
||||
if (mGlInterface)
|
||||
{
|
||||
mGlInterface->resizeViewPort(width, height);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue