Commit f73458c6 authored by twanvl's avatar twanvl

SetDeviceClippingRegion was introduces in wx 2.8.11, not 2.7.0

parent dd7dfd81
......@@ -66,12 +66,14 @@ typedef wxDateTime DateTime;
#define wxFD_SAVE wxSAVE
#define wxFD_OPEN wxOPEN
#define wxFD_OVERWRITE_PROMPT wxOVERWRITE_PROMPT
#define SetDeviceClippingRegion SetClippingRegion
typedef wxEvent wxMouseCaptureLostEvent;
#define EVT_MOUSE_CAPTURE_LOST(handler) // ignore
#define wxEVT_MOUSE_CAPTURE_LOST 12345678 // not an actual event type
#define wxAutoBufferedPaintDC wxBufferedPaintDC
#endif
#if wxVERSION_NUMBER < 2811
#define SetDeviceClippingRegion SetClippingRegion
#endif
// ----------------------------------------------------------------------------- : 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