]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdicmn.h
removed wxUSE_XPM_IN_MSW from setup0.h
[wxWidgets.git] / include / wx / gdicmn.h
index 82c55108c9c547dda615028d12c22c1691d02073..5cc489ac20eaab28dd337a730b0ceab6fcb6b395 100644 (file)
@@ -123,6 +123,8 @@ enum wxStockCursor
     wxCURSOR_BASED_ARROW_DOWN,
 #endif // X11
 
+    wxCURSOR_ARROWWAIT,
+
     wxCURSOR_MAX
 };
 
@@ -507,6 +509,10 @@ extern wxSize WXDLLEXPORT wxGetDisplaySize();
 extern void WXDLLEXPORT wxDisplaySizeMM(int *width, int *height);
 extern wxSize WXDLLEXPORT wxGetDisplaySizeMM();
 
+// Get position and size of the display workarea
+extern void WXDLLEXPORT wxClientDisplayRect(int *x, int *y, int *width, int *height);
+extern wxRect WXDLLEXPORT wxGetClientDisplayRect();
+
 // set global cursor
 extern void WXDLLEXPORT wxSetCursor(const wxCursor& cursor);