]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/caret.h
changed Refresh to take Rect as client coordinates not window coordinates
[wxWidgets.git] / include / wx / caret.h
index 07e06afeeab223735ba226e5d42c1595190b8050..817f32b73e7eb7103459cfcfc0976e55d8f04335 100644 (file)
 #ifndef _WX_CARET_H_BASE_
 #define _WX_CARET_H_BASE_
 
+#include "wx/defs.h"
+
+#if wxUSE_CARET
+
 #ifdef __GNUG__
 #pragma interface "caret.h"
 #endif
@@ -222,5 +226,7 @@ private:
     wxCaret *m_caret;
 };
 
+#endif // wxUSE_CARET
+
 #endif // _WX_CARET_H_BASE_