projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Moved the [Set|Get]Client[Data|Object] and such out of wxWindowBase
[wxWidgets.git]
/
include
/
wx
/
cursor.h
diff --git
a/include/wx/cursor.h
b/include/wx/cursor.h
index e4cf1106dfbdfcd82a3cba18c9e1dbf31e1ed230..cc89879e13e302c931dd082d8965e28b87b4ff20 100644
(file)
--- a/
include/wx/cursor.h
+++ b/
include/wx/cursor.h
@@
-7,8
+7,8
@@
#include "wx/motif/cursor.h"
#elif defined(__WXGTK__)
#include "wx/gtk/cursor.h"
#include "wx/motif/cursor.h"
#elif defined(__WXGTK__)
#include "wx/gtk/cursor.h"
-#elif defined(__WX
QT
__)
-#include "wx/
qt
/cursor.h"
+#elif defined(__WX
MGL
__)
+#include "wx/
mgl
/cursor.h"
#elif defined(__WXMAC__)
#include "wx/mac/cursor.h"
#elif defined(__WXPM__)
#elif defined(__WXMAC__)
#include "wx/mac/cursor.h"
#elif defined(__WXPM__)
@@
-44,7
+44,6
@@
public:
if( wxIsBusy() )
{
wxSetCursor( wxBusyCursor::GetStoredCursor() );
if( wxIsBusy() )
{
wxSetCursor( wxBusyCursor::GetStoredCursor() );
- wxYield();
}
}
~wxBusyCursorSuspender()
}
}
~wxBusyCursorSuspender()
@@
-52,7
+51,6
@@
public:
if( wxIsBusy() )
{
wxSetCursor( wxBusyCursor::GetBusyCursor() );
if( wxIsBusy() )
{
wxSetCursor( wxBusyCursor::GetBusyCursor() );
- wxYield();
}
}
};
}
}
};