Explorar o código

Make Cocoa_HandleTitleButtonEvent() static since it's not used anywhere else

Sam Lantinga %!s(int64=4) %!d(string=hai) anos
pai
achega
dfd3f30e88
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/video/cocoa/SDL_cocoamouse.m

+ 1 - 1
src/video/cocoa/SDL_cocoamouse.m

@@ -353,7 +353,7 @@ Cocoa_InitMouse(_THIS)
     return 0;
 }
 
-void
+static void
 Cocoa_HandleTitleButtonEvent(_THIS, NSEvent *event)
 {
     SDL_Window *window;