Fix cursor inheritance and busy cursor/global cursor, closes #15801

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2014-01-23 18:27:13 +00:00
parent 7df4846118
commit 9f09241cd0
7 changed files with 117 additions and 95 deletions

View File

@@ -332,7 +332,7 @@ public:
// set the current cursor for all GdkWindows making part of this widget
// (see GTKGetWindow)
void GTKUpdateCursor(bool update_self = true, bool recurse = true);
void GTKUpdateCursor();
// extra (wxGTK-specific) flags
bool m_noExpose:1; // wxGLCanvas has its own redrawing