Platform/Unix/X11Display: Adding processEvent() to handle resize.
This commit is contained in:
parent
31970826a4
commit
2ab5c7fc41
2 changed files with 20 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ public :
|
|||
|
||||
virtual void showCursor(bool value);
|
||||
|
||||
void processEvent(const ::XEvent& event);
|
||||
|
||||
protected :
|
||||
|
||||
::Display* m_disp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue