aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/c_src/gen/wxe_derived_dest.h
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2015-11-20 15:49:30 +0100
committerDan Gudmundsson <[email protected]>2015-11-24 14:34:02 +0100
commitda4a2d7ca19f967da4561f66659346540d6441c9 (patch)
tree29d38e625dc572dcc99f9106952fc42c794a37a1 /lib/wx/c_src/gen/wxe_derived_dest.h
parentc998b45d3ecf560b40fa92a49658dd476e40e2ae (diff)
downloadotp-da4a2d7ca19f967da4561f66659346540d6441c9.tar.gz
otp-da4a2d7ca19f967da4561f66659346540d6441c9.tar.bz2
otp-da4a2d7ca19f967da4561f66659346540d6441c9.zip
wx: Make wxPostScriptDC optional
By default wxUSE_POSTSCRIPT is not enabled on Windows, make it optional, postscript generation doesn't work that good and is probably never used on windows anyway.
Diffstat (limited to 'lib/wx/c_src/gen/wxe_derived_dest.h')
-rw-r--r--lib/wx/c_src/gen/wxe_derived_dest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/wx/c_src/gen/wxe_derived_dest.h b/lib/wx/c_src/gen/wxe_derived_dest.h
index d26273fb50..1dcf029244 100644
--- a/lib/wx/c_src/gen/wxe_derived_dest.h
+++ b/lib/wx/c_src/gen/wxe_derived_dest.h
@@ -86,11 +86,13 @@ class EwxScreenDC : public wxScreenDC {
EwxScreenDC() : wxScreenDC() {};
};
+#if wxUSE_POSTSCRIPT
class EwxPostScriptDC : public wxPostScriptDC {
public: ~EwxPostScriptDC() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPostScriptDC(const wxPrintData& printData) : wxPostScriptDC(printData) {};
EwxPostScriptDC() : wxPostScriptDC() {};
};
+#endif // wxUSE_POSTSCRIPT
class EwxWindowDC : public wxWindowDC {
public: ~EwxWindowDC() {((WxeApp *)wxTheApp)->clearPtr(this);};