backport mouse capture fixes 00cc023 and dc555a9

this change was supposed to be part of 69c7a8c405
This commit is contained in:
Paul Cornett
2015-05-13 20:19:45 -07:00
parent 69c7a8c405
commit 0ed1e641d2

View File

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