projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Applied patch from Ticket #9563. Use just the rectangle of the widget with the focus...
[wxWidgets.git]
/
src
/
palmos
/
main.cpp
diff --git
a/src/palmos/main.cpp
b/src/palmos/main.cpp
index 4e75c85aff22be51864d88428f85133eeb80c167..b79eb05b9bb374b46e5fd2d2b56330e4e5a713b2 100644
(file)
--- a/
src/palmos/main.cpp
+++ b/
src/palmos/main.cpp
@@
-52,7
+52,7
@@
int wxEntry()
// argv[] must be NULL-terminated
argv[argc] = NULL;
- return wxEntry(
argc
, argv);
+ return wxEntry(
wx_const_cast(int, argc)
, argv);
}
#endif // wxUSE_GUI