mirror of
https://github.com/encounter/SDL.git
synced 2025-05-18 21:31:35 +00:00
Make Cocoa_HandleTitleButtonEvent() static since it's not used anywhere else
This commit is contained in:
parent
14d58dc890
commit
dfd3f30e88
@ -353,7 +353,7 @@ Cocoa_InitMouse(_THIS)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
Cocoa_HandleTitleButtonEvent(_THIS, NSEvent *event)
|
Cocoa_HandleTitleButtonEvent(_THIS, NSEvent *event)
|
||||||
{
|
{
|
||||||
SDL_Window *window;
|
SDL_Window *window;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user