mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 05:57:44 +00:00
X11: Add Xdbe support to message boxes (thanks, Melker!).
Without this, message boxes with a lot of text will noticibly flicker as you mouse over buttons. Fixes Bugzilla #2343.
This commit is contained in:
@@ -229,6 +229,9 @@
|
||||
#ifndef SDL_VIDEO_DRIVER_X11_XCURSOR
|
||||
#define SDL_VIDEO_DRIVER_X11_XCURSOR 1
|
||||
#endif
|
||||
#ifndef SDL_VIDEO_DRIVER_X11_XDBE
|
||||
#define SDL_VIDEO_DRIVER_X11_XDBE 1
|
||||
#endif
|
||||
#ifndef SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM
|
||||
#define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user