projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't check for Meta key in wxKeyEvent::HasModifiers()
[wxWidgets.git]
/
include
/
wx
/
dragimag.h
diff --git
a/include/wx/dragimag.h
b/include/wx/dragimag.h
index f467fc1d199b87f18bfa2e895c94f2944290a526..63ab20c64d32b8f4a859f7acc5d61ae840af0932 100644
(file)
--- a/
include/wx/dragimag.h
+++ b/
include/wx/dragimag.h
@@
-1,7
+1,7
@@
#ifndef _WX_DRAGIMAG_H_BASE_
#define _WX_DRAGIMAG_H_BASE_
#ifndef _WX_DRAGIMAG_H_BASE_
#define _WX_DRAGIMAG_H_BASE_
-#if wxUSE_DRAGIMAG
+#if wxUSE_DRAGIMAG
E
#if defined(__WXMSW__)
#ifdef __WIN16__
#if defined(__WXMSW__)
#ifdef __WIN16__
@@
-22,11
+22,6
@@
#define wxDragImage wxGenericDragImage
#define sm_classwxDragImage sm_classwxGenericDragImage
#define wxDragImage wxGenericDragImage
#define sm_classwxDragImage sm_classwxGenericDragImage
-#elif defined(__WXQT__)
-#include "wx/generic/dragimgg.h"
-#define wxDragImage wxGenericDragImage
-#define sm_classwxDragImage sm_classwxGenericDragImage
-
#elif defined(__WXMAC__)
#include "wx/generic/dragimgg.h"
#define wxDragImage wxGenericDragImage
#elif defined(__WXMAC__)
#include "wx/generic/dragimgg.h"
#define wxDragImage wxGenericDragImage
@@
-44,7
+39,7
@@
#endif
#endif
-#endif // wxUSE_DRAGIMAG
+#endif // wxUSE_DRAGIMAG
E
#endif
// _WX_DRAGIMAG_H_BASE_
#endif
// _WX_DRAGIMAG_H_BASE_