]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/cursor.cpp
Remove SendDestroyEvent() call from SetNSView() and call it from ~wxWindow
[wxWidgets.git] / src / motif / cursor.cpp
index 024e67d2ac3fb1eda65342f65d15e9f6eab5ec42..532fc09e8dd75598f9da03f1ac03a9456acb1ada 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "cursor.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/cursor.h"
 #include "wx/app.h"
 #include "wx/utils.h"
@@ -54,7 +57,7 @@ public:
     ~wxCursorRefData();
     
     wxXCursorList m_cursors;  // wxXCursor objects, one per display
-    wxStockCursor m_cursorId; // wxWindows standard cursor id
+    wxStockCursor m_cursorId; // wxWidgets standard cursor id
 };
 
 #define M_CURSORDATA ((wxCursorRefData *)m_refData)