mirror of https://github.com/encounter/SDL.git
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…
Reference in New Issue