From 9d529fa05c2bef6aa4ae9f08b39bb7c0a4fe5c59 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 1 Apr 2007 13:22:58 +0000 Subject: [PATCH] compilation fix after last change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/x11/window.cpp | 1 + 1 file changed, 1 insertion(+) 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, -- 2.45.2