Skip to content

Commit 239bdc7

Browse files
committed
Fixed bug 5543 - Wayland: Fix waylandvideo.h warnings
wahil1976 This patch fixes the warnings seen when compiling the Wayland backend. This will also be required in the future to avoid issues with compilation.
1 parent cfc8745 commit 239bdc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/video/wayland/SDL_waylandvideo.h

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
*/
3636

3737
#define MESA_EGL_NO_X11_HEADERS
38+
#define EGL_NO_X11
3839
#include <EGL/egl.h>
3940
#include "wayland-util.h"
4041

0 commit comments

Comments
 (0)