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:
parent
bea1854cac
commit
2a75782553
14 changed files with 114 additions and 2 deletions
|
@ -293,6 +293,7 @@ SDL_project "SDL2"
|
|||
["SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS"] = '"libXss.so"',
|
||||
["SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE"] = '"libXxf86vm.so"',
|
||||
["SDL_VIDEO_DRIVER_X11_XCURSOR"] = 1,
|
||||
["SDL_VIDEO_DRIVER_X11_XDBE"] = 1,
|
||||
["SDL_VIDEO_DRIVER_X11_XINERAMA"] = 1,
|
||||
["SDL_VIDEO_DRIVER_X11_XINPUT2"] = 1,
|
||||
["SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH"] = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue