projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove miniframe stuff from GtkOnSize(), it's handled by wxFrame
[wxWidgets.git]
/
include
/
wx
/
gdiobj.h
diff --git
a/include/wx/gdiobj.h
b/include/wx/gdiobj.h
index 5c9747694adfa436abb80f1ad1d0662c941e7a18..05e5a61777330c81ad31b4a0cb6474e0d809b0b2 100644
(file)
--- a/
include/wx/gdiobj.h
+++ b/
include/wx/gdiobj.h
@@
-31,7
+31,7
@@
class WXDLLIMPEXP_CORE wxGDIObject: public wxObject
public:
bool IsNull() const { return m_refData == NULL; }
public:
bool IsNull() const { return m_refData == NULL; }
-#if defined(__WXMSW__) || defined(__WX
OS2
__) || defined(__WXPALMOS__)
+#if defined(__WXMSW__) || defined(__WX
PM
__) || defined(__WXPALMOS__)
// Creates the resource
virtual bool RealizeResource() { return false; }
// Creates the resource
virtual bool RealizeResource() { return false; }
@@
-42,7
+42,7
@@
public:
// Returns handle.
virtual WXHANDLE GetResourceHandle() const { return 0; }
// Returns handle.
virtual WXHANDLE GetResourceHandle() const { return 0; }
-#endif // defined(__WXMSW__) || defined(__WX
OS2
__)
+#endif // defined(__WXMSW__) || defined(__WX
PM
__)
DECLARE_DYNAMIC_CLASS(wxGDIObject)
};
DECLARE_DYNAMIC_CLASS(wxGDIObject)
};