summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/sdl_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/sdl_common.c b/libvo/sdl_common.c
index 3f5c85e2e8..0c8f880044 100644
--- a/libvo/sdl_common.c
+++ b/libvo/sdl_common.c
@@ -116,6 +116,8 @@ int sdl_default_handle_event(SDL_Event *event)
vo_dwidth = event->resize.w;
vo_dheight = event->resize.h;
return VO_EVENT_RESIZE;
+ case SDL_VIDEOEXPOSE:
+ return VO_EVENT_EXPOSE;
case SDL_MOUSEBUTTONDOWN:
if(vo_nomouse_input)
break;