projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Applied patch [ 740071 ] Make tiff errors/warnings use wxLog functions
[wxWidgets.git]
/
include
/
wx
/
gdicmn.h
diff --git
a/include/wx/gdicmn.h
b/include/wx/gdicmn.h
index 3cd8a18402c172002f2aaf31131663073e7320df..2df4124c47bdad9ab69194728bdb7af6568be4b8 100644
(file)
--- a/
include/wx/gdicmn.h
+++ b/
include/wx/gdicmn.h
@@
-20,13
+20,10
@@
#pragma interface "gdicmn.h"
#endif
#pragma interface "gdicmn.h"
#endif
-#include "wx/
object
.h"
+#include "wx/
setup
.h"
#include "wx/list.h"
#include "wx/list.h"
-#include "wx/hash.h"
#include "wx/string.h"
#include "wx/string.h"
-#include "wx/setup.h"
-#include "wx/colour.h"
-#include "wx/font.h"
+#include "wx/fontenc.h"
// ---------------------------------------------------------------------------
// forward declarations
// ---------------------------------------------------------------------------
// forward declarations
@@
-118,6
+115,9
@@
enum wxStockCursor
#ifdef __WXGTK__
wxCURSOR_DEFAULT, // standard X11 cursor
#endif
#ifdef __WXGTK__
wxCURSOR_DEFAULT, // standard X11 cursor
#endif
+#ifdef __WXMAC__
+ wxCURSOR_COPY_ARROW , // MacOS Theme Plus arrow
+#endif
#ifdef __X__
// Not yet implemented for Windows
wxCURSOR_CROSS_REVERSE,
#ifdef __X__
// Not yet implemented for Windows
wxCURSOR_CROSS_REVERSE,
@@
-199,9
+199,7
@@
enum wxStockCursor
class WXDLLEXPORT wxSize
{
public:
class WXDLLEXPORT wxSize
{
public:
- // members are public for compatibility (don't use them directly,
- // especially that there names were chosen very unfortunately - they should
- // have been called width and height)
+ // members are public for compatibility, don't use them directly.
int x, y;
// constructors
int x, y;
// constructors