projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move accel handling in front of the normal keyDown handling
[wxWidgets.git]
/
src
/
x11
/
utils.cpp
diff --git
a/src/x11/utils.cpp
b/src/x11/utils.cpp
index ffc6805717632501877a0413574939f19a0b6641..fa01d86848c3d62a82e81807a3dd628e09657621 100644
(file)
--- a/
src/x11/utils.cpp
+++ b/
src/x11/utils.cpp
@@
-395,10
+395,3
@@
wxString wxGetXEventName(XEvent& event)
#endif
}
-bool wxWindowIsVisible(Window win)
-{
- XWindowAttributes wa;
- XGetWindowAttributes(wxGlobalDisplay(), win, &wa);
-
- return (wa.map_state == IsViewable);
-}