From: Vadim Zeitlin Date: Sun, 1 Apr 2007 13:22:58 +0000 (+0000) Subject: compilation fix after last change X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9d529fa05c2bef6aa4ae9f08b39bb7c0a4fe5c59 compilation fix after last change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/x11/window.cpp b/src/x11/window.cpp index 13b0e790db..7515a92546 100644 --- a/src/x11/window.cpp +++ b/src/x11/window.cpp @@ -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,