projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Implement wxDataViewTreeStore::DeleteAllItems().
[wxWidgets.git]
/
include
/
wx
/
overlay.h
diff --git
a/include/wx/overlay.h
b/include/wx/overlay.h
index b89e98889916df9d7b024797ed74c771e9757ee6..2c00fcb89766e7ac91dc5ce38219349c5b5b0875 100644
(file)
--- a/
include/wx/overlay.h
+++ b/
include/wx/overlay.h
@@
-14,7
+14,7
@@
#include "wx/defs.h"
#include "wx/defs.h"
-#if defined(
wxMAC_USE_CORE_GRAPHICS) && wxMAC_USE_CORE_GRAPHICS && wxMAC_USE_QUICKDRAW
+#if defined(
__WXMAC__) && wxOSX_USE_CARBON
#define wxHAS_NATIVE_OVERLAY 1
#elif defined(__WXDFB__)
#define wxHAS_NATIVE_OVERLAY 1
#define wxHAS_NATIVE_OVERLAY 1
#elif defined(__WXDFB__)
#define wxHAS_NATIVE_OVERLAY 1
@@
-31,7
+31,7
@@
class WXDLLIMPEXP_FWD_CORE wxOverlayImpl;
class WXDLLIMPEXP_FWD_CORE wxDC;
class WXDLLIMPEXP_FWD_CORE wxOverlayImpl;
class WXDLLIMPEXP_FWD_CORE wxDC;
-class WXDLL
EXPORT
wxOverlay
+class WXDLL
IMPEXP_CORE
wxOverlay
{
public:
wxOverlay();
{
public:
wxOverlay();
@@
-63,11
+63,11
@@
private:
bool m_inDrawing;
bool m_inDrawing;
- DECLARE_NO_COPY_CLASS(wxOverlay)
+ wxDECLARE_NO_COPY_CLASS(wxOverlay);
};
};
-class WXDLL
EXPORT
wxDCOverlay
+class WXDLL
IMPEXP_CORE
wxDCOverlay
{
public:
// connects this overlay to the corresponding drawing dc, if the overlay is
{
public:
// connects this overlay to the corresponding drawing dc, if the overlay is
@@
-91,7
+91,7
@@
private:
wxDC* m_dc;
wxDC* m_dc;
- DECLARE_NO_COPY_CLASS(wxDCOverlay)
+ wxDECLARE_NO_COPY_CLASS(wxDCOverlay);
};
#endif // _WX_OVERLAY_H_
};
#endif // _WX_OVERLAY_H_