1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/emulators/frodo/files/patch-Display_SDL.i
Dirk Meyer 8dba87b4b3 - let configure pick up sdl
- make portlint happier
2017-02-09 08:12:10 +00:00

12 lines
300 B
OpenEdge ABL

--- Display_SDL.i.orig 2002-01-02 21:42:42 UTC
+++ Display_SDL.i
@@ -213,7 +213,7 @@ void C64Display::draw_string(SDL_Surface
* LED error blink
*/
-void C64Display::pulse_handler(...)
+void C64Display::pulse_handler(int dummy)
{
for (int i=0; i<4; i++)
switch (c64_disp->led_state[i]) {