projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Compilation fix.
[wxWidgets.git]
/
src
/
motif
/
cursor.cpp
diff --git
a/src/motif/cursor.cpp
b/src/motif/cursor.cpp
index c14ddb8a1c9b6804c4201fa2a5306e907b84a272..66b2925bec8b8456dd1ad7e5cbb75570bd60e66b 100644
(file)
--- a/
src/motif/cursor.cpp
+++ b/
src/motif/cursor.cpp
@@
-496,7
+496,7
@@
void wxEndBusyCursor()
}
}
-//
TRUE
if we're between the above two calls
+//
true
if we're between the above two calls
bool wxIsBusy()
{
return (wxBusyCursorCount > 0);