mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-01 06:38:20 +00:00
SDL_offscreenwindow.c: swap include order of SDL_egl_c.h/SDL_sysvideo.h
Fixes redefinition warnings from windows builds.
Reference issue: https://github.com/libsdl-org/SDL/issues/6239
(cherry picked from commit d86cb8ec9e)
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
#if SDL_VIDEO_DRIVER_OFFSCREEN
|
||||
|
||||
#include "../SDL_egl_c.h"
|
||||
#include "../SDL_sysvideo.h"
|
||||
#include "../SDL_egl_c.h"
|
||||
|
||||
#include "SDL_offscreenwindow.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user