]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/window.h
wxListCtrl will receive EVT_CHAR() events now
[wxWidgets.git] / include / wx / motif / window.h
index 24c5ca9135360fd2214cdd497e6b9dd0d09ed59e..81c51482c08728dc69b11399abf6177fb0651fba 100644 (file)
@@ -27,6 +27,7 @@
 #include "wx/list.h"
 #include "wx/region.h"
 #include "wx/accel.h"
+#include "wx/intl.h"
 
 #define wxKEY_SHIFT     1
 #define wxKEY_CTRL      2
@@ -633,6 +634,7 @@ public:
 
 public:
   /// Motif-specific
+  bool                  m_needsRefresh; // Do we need to repaint the backing store?
   bool                  m_canAddEventHandler;
   bool                  m_button1Pressed;
   bool                  m_button2Pressed;