Commit e1ef2a20 authored by twanvl's avatar twanvl

backwards compatibility for wxAutoBufferedPaintDCBase

parent 722fc00b
...@@ -74,6 +74,7 @@ typedef wxOutputStream OutputStream; ...@@ -74,6 +74,7 @@ typedef wxOutputStream OutputStream;
typedef wxEvent wxMouseCaptureLostEvent; typedef wxEvent wxMouseCaptureLostEvent;
#define EVT_MOUSE_CAPTURE_LOST(handler) // ignore #define EVT_MOUSE_CAPTURE_LOST(handler) // ignore
#define wxEVT_MOUSE_CAPTURE_LOST 12345678 // not an actual event type #define wxEVT_MOUSE_CAPTURE_LOST 12345678 // not an actual event type
#define wxAutoBufferedPaintDCBase wxBufferedPaintDC
#endif #endif
// ----------------------------------------------------------------------------- : Other aliasses // ----------------------------------------------------------------------------- : Other aliasses
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment