mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Fixed bug 3010 - SDL_x11messagebox.c needs including X11/keysym.h
Ozkan Sezer SDL_x11messagebox.c needs including <X11/keysym.h> otherwise XK_Escape, etc might not be available to it. Seen this with x.org-x11-6.8.2.
This commit is contained in:
parent
8b737fa8f6
commit
9cf47d2f0d
@ -28,6 +28,7 @@
|
||||
#include "SDL_x11dyn.h"
|
||||
#include "SDL_assert.h"
|
||||
|
||||
#include <X11/keysym.h>
|
||||
#include <locale.h>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user