compilation fix after last change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
069a4f3c95
commit
9d529fa05c
@ -818,6 +818,7 @@ void wxWindowX11::DoClientToScreen(int *x, int *y) const
|
||||
Window rootWindow = RootWindowOfScreen(DefaultScreenOfDisplay(display));
|
||||
Window thisWindow = (Window) m_clientWindow;
|
||||
|
||||
Window childWindow;
|
||||
int xx = x ? *x : 0;
|
||||
int yy = y ? *y : 0;
|
||||
XTranslateCoordinates(display, thisWindow, rootWindow,
|
||||
|
Loading…
Reference in New Issue
Block a user