mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-03 15:55:31 +00:00
Add missing (void)
in functions params
This commit is contained in:
parent
bbe4d693eb
commit
38d11e5cc6
|
@ -579,7 +579,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 a new issue