Skip to content

Commit 42e9fd7

Browse files
committed
add NO_SDL_MOUSEWHEEL_FLIPPED back
1 parent 5c6dee4 commit 42e9fd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src_c/include/pgcompat.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ typedef uint8_t Uint8;
3131
#define PG_GetTicks SDL_GetTicks
3232
#endif /* SDL_VERSION_ATLEAST(2, 0, 18) */
3333

34+
#ifndef SDL_MOUSEWHEEL_FLIPPED
35+
#define NO_SDL_MOUSEWHEEL_FLIPPED
36+
#endif
37+
3438
#endif /* defined(SDL_VERSION_ATLEAST) */
3539

3640
#endif /* ~defined(PGCOMPAT_H) */

0 commit comments

Comments
 (0)