wxwidgets/include
Vadim Zeitlin 24fd54ed31 Add wxClientDC::CanBeUsedForDrawing()
This function can be used to check if drawing on wxClientDC actually
works. This has to be a run-time, rather than compile-time, check
because in wxGTK3 this depends on the backend being used: wxClientDC
only doesn't work with Wayland, but does work with X11 (and, less
importantly, Win32) backend(s).

Currently the wxWindow parameter of this function is not used but it
could be useful in the future and it will be simpler to allow not
specifying it (by defaulting it to nullptr) than to add it later, so it
seems better to have it.
2023-12-26 19:27:50 +01:00
..
msvc/wx Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
wx Add wxClientDC::CanBeUsedForDrawing() 2023-12-26 19:27:50 +01:00