From 0ed1e641d21327f89ec5fc2cb6c11872f4a0f75a Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Wed, 13 May 2015 20:19:45 -0700 Subject: [PATCH] backport mouse capture fixes 00cc023 and dc555a9 this change was supposed to be part of 69c7a8c405e511f5fde50bf13fe7286ef850891d --- include/wx/gtk/window.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h index 2d37388a06..f5d03415ca 100644 --- a/include/wx/gtk/window.h +++ b/include/wx/gtk/window.h @@ -185,6 +185,7 @@ public: // This is called when capture is taken from the window. It will // fire off capture lost events. void GTKReleaseMouseAndNotify(); + static void GTKHandleCaptureLost(); GdkWindow* GTKGetDrawingWindow() const;