]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/caret.h
wxDateTime::IsValid() now returns m_time != (wxLongLong)-1
[wxWidgets.git] / include / wx / generic / caret.h
index 9b2340de44217abdbcf7a4d312a0de1be5c28609..173e80a37b0b510fe2984f683b532932c78ef7e3 100644 (file)
@@ -73,6 +73,12 @@ private:
     // GTK specific initialization
     void InitGeneric();
 
+    // the bitmap holding the part of window hidden by the caret when it was
+    // at (m_xOld, m_yOld)
+    wxBitmap      m_bmpUnderCaret;
+    int           m_xOld,
+                  m_yOld;
+
     wxCaretTimer  m_timer;
     bool          m_blinkedOut,     // TRUE => caret hidden right now
                   m_hasFocus;       // TRUE => our window has focus