mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
Make Cocoa_HandleTitleButtonEvent() static since it's not used anywhere else
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user