SDLvncviewer: fix passing a wrong pointer type

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
pull/1/head
dscho 15 years ago
parent ebe79c28c3
commit 76db22022c

@ -408,7 +408,7 @@ static void handleSDLEvent(rfbClient *cl, SDL_Event *e)
}
break;
case SDL_SYSWMEVENT:
clipboard_filter(&e);
clipboard_filter(e);
break;
case SDL_VIDEORESIZE:
setRealDimension(cl, e->resize.w, e->resize.h);

Loading…
Cancel
Save