Add missing `(void)` in functions params
parent
a3c8f2f6cb
commit
c2a55cd2c5
|
@ -406,7 +406,7 @@ typedef enum
|
||||||
SDL_MOUSE_EVENT_SOURCE_PEN,
|
SDL_MOUSE_EVENT_SOURCE_PEN,
|
||||||
} SDL_MOUSE_EVENT_SOURCE;
|
} SDL_MOUSE_EVENT_SOURCE;
|
||||||
|
|
||||||
static SDL_MOUSE_EVENT_SOURCE GetMouseMessageSource()
|
static SDL_MOUSE_EVENT_SOURCE GetMouseMessageSource(void)
|
||||||
{
|
{
|
||||||
LPARAM extrainfo = GetMessageExtraInfo();
|
LPARAM extrainfo = GetMessageExtraInfo();
|
||||||
/* Mouse data (ignoring synthetic mouse events generated for touchscreens) */
|
/* Mouse data (ignoring synthetic mouse events generated for touchscreens) */
|
||||||
|
|
Loading…
Reference in New Issue