ports/emulators/frodo/files/patch-Display.h
Dirk Meyer 8dba87b4b3 - let configure pick up sdl
- make portlint happier
2017-02-09 08:12:10 +00:00

11 lines
297 B
C

--- Display.h.orig 2002-01-02 21:31:34 UTC
+++ Display.h
@@ -121,7 +121,7 @@ private:
#ifdef __unix
void draw_led(int num, int state); // Draw one LED
- static void pulse_handler(...); // LED error blinking
+ static void pulse_handler(int sig); // LED error blinking
#endif
#ifdef WIN32