Skip to content

Commit 3f995cb

Browse files
committed
sdl: mouse.go: Fix #endif not placed correctly
Signed-off-by: Lilis Iskandar <[email protected]>
1 parent 369b602 commit 3f995cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdl/mouse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ static int SDL_CaptureMouse(SDL_bool enabled)
1515
{
1616
return -1;
1717
}
18-
#endif
1918
2019
#pragma message("SDL_MOUSEWHEEL_NORMAL is not supported before SDL 2.0.4")
2120
#define SDL_MOUSEWHEEL_NORMAL (0)
2221
2322
#pragma message("SDL_MOUSEWHEEL_FLIPPED is not supported before SDL 2.0.4")
2423
#define SDL_MOUSEWHEEL_FLIPPED (0)
24+
#endif
2525
*/
2626
import "C"
2727
import "unsafe"

0 commit comments

Comments
 (0)