Skip to content

Commit f2dd51e

Browse files
committed
sdl: sdl_wrapper.h: Remove SDL_WINDOW_ALLOW_HIGHDPI definition
Signed-off-by: Lilis Iskandar <[email protected]>
1 parent 07a75b0 commit f2dd51e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sdl/sdl_wrapper.h

-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,3 @@
44
#else
55
#include <SDL.h>
66
#endif
7-
8-
#if !defined(SDL_WINDOW_ALLOW_HIGHDPI)
9-
#define SDL_WINDOW_ALLOW_HIGHDPI (0x00002000)
10-
#endif

0 commit comments

Comments
 (0)