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:
Vadim Zeitlin 2007-04-01 13:22:58 +00:00
parent 069a4f3c95
commit 9d529fa05c

View File

@ -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,