projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
separated modifier keys handling in order to distinct key/up down events
[wxWidgets.git]
/
src
/
common
/
popupcmn.cpp
diff --git
a/src/common/popupcmn.cpp
b/src/common/popupcmn.cpp
index 29fdf03fc8f105cdd2f7687c463440d739b532f2..7c8de4c9b70c6d0453e71b37267e5eccba067cf1 100644
(file)
--- a/
src/common/popupcmn.cpp
+++ b/
src/common/popupcmn.cpp
@@
-43,9
+43,9
@@
#include "wx/univ/renderer.h"
#endif // __WXUNIVERSAL__
#include "wx/univ/renderer.h"
#endif // __WXUNIVERSAL__
-// there is no src/
{msw,mgl}
/popupwin.cpp to put this in, so we do it here - BTW we
+// there is no src/
mgl
/popupwin.cpp to put this in, so we do it here - BTW we
// probably could do it for all ports here just as well
// probably could do it for all ports here just as well
-#if defined(__WXM
SW__) || defined(__WXM
GL__)
+#if defined(__WXMGL__)
IMPLEMENT_DYNAMIC_CLASS(wxPopupWindow, wxWindow)
#endif // __WXMSW__
IMPLEMENT_DYNAMIC_CLASS(wxPopupWindow, wxWindow)
#endif // __WXMSW__