mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Add missing (void)
in functions params
This commit is contained in:
@@ -406,7 +406,7 @@ typedef enum
|
||||
SDL_MOUSE_EVENT_SOURCE_PEN,
|
||||
} SDL_MOUSE_EVENT_SOURCE;
|
||||
|
||||
static SDL_MOUSE_EVENT_SOURCE GetMouseMessageSource()
|
||||
static SDL_MOUSE_EVENT_SOURCE GetMouseMessageSource(void)
|
||||
{
|
||||
LPARAM extrainfo = GetMessageExtraInfo();
|
||||
/* Mouse data (ignoring synthetic mouse events generated for touchscreens) */
|
||||
|
Reference in New Issue
Block a user