1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-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

12 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