mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01: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;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
Cocoa_HandleTitleButtonEvent(_THIS, NSEvent *event)
|
||||
{
|
||||
SDL_Window *window;
|
||||
|
Loading…
Reference in New Issue
Block a user