aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/c_src/gen/wxe_derived_dest.h
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2015-11-24 14:33:31 +0100
committerDan Gudmundsson <[email protected]>2015-11-24 14:33:31 +0100
commitc998b45d3ecf560b40fa92a49658dd476e40e2ae (patch)
tree68bc59d7fd1a2b62f7679e4c5035d517e3e7ec61 /lib/wx/c_src/gen/wxe_derived_dest.h
parente732293edc5a970885d9eb362dcaddf3548f84a4 (diff)
downloadotp-c998b45d3ecf560b40fa92a49658dd476e40e2ae.tar.gz
otp-c998b45d3ecf560b40fa92a49658dd476e40e2ae.tar.bz2
otp-c998b45d3ecf560b40fa92a49658dd476e40e2ae.zip
wx: Add wxOverlay
Diffstat (limited to 'lib/wx/c_src/gen/wxe_derived_dest.h')
-rw-r--r--lib/wx/c_src/gen/wxe_derived_dest.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/wx/c_src/gen/wxe_derived_dest.h b/lib/wx/c_src/gen/wxe_derived_dest.h
index 03d1502c2a..d26273fb50 100644
--- a/lib/wx/c_src/gen/wxe_derived_dest.h
+++ b/lib/wx/c_src/gen/wxe_derived_dest.h
@@ -1,7 +1,7 @@
/*
* %CopyrightBegin%
*
- * Copyright Ericsson AB 2008-2014. All Rights Reserved.
+ * Copyright Ericsson AB 2008-2015. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -787,3 +787,9 @@ class EwxPopupTransientWindow : public wxPopupTransientWindow {
};
#endif // wxUSE_POPUPWIN
+class EwxDCOverlay : public wxDCOverlay {
+ public: ~EwxDCOverlay() {((WxeApp *)wxTheApp)->clearPtr(this);};
+ EwxDCOverlay(wxOverlay& overlay,wxWindowDC * dc,int x,int y,int width,int height) : wxDCOverlay(overlay,dc,x,y,width,height) {};
+ EwxDCOverlay(wxOverlay& overlay,wxWindowDC * dc) : wxDCOverlay(overlay,dc) {};
+};
+