# HG changeset patch # User ib # Date 1316611212 0 # Node ID afb361a00e1f521987e73b0fdf8099945ee52282 # Parent 83a80dedac69868580442434bc40b37bd3dbbdc7 Hide cursor during playback in GUI. This closes Bugzilla #1443. diff -r 83a80dedac69 -r afb361a00e1f gui/interface.c --- a/gui/interface.c Wed Sep 21 13:15:04 2011 +0000 +++ b/gui/interface.c Wed Sep 21 13:20:12 2011 +0000 @@ -402,6 +402,8 @@ gui(GUI_SET_FILE, 0); + wsVisibleMouse(&guiApp.subWindow, wsHideMouseCursor); + switch (guiInfo.StreamType) { case STREAMTYPE_PLAYLIST: break; @@ -818,6 +820,7 @@ wsSetBackgroundRGB(&guiApp.subWindow, guiApp.sub.R, guiApp.sub.G, guiApp.sub.B); wsClearWindow(guiApp.subWindow); wsPostRedisplay(&guiApp.subWindow); + wsVisibleMouse(&guiApp.subWindow, wsShowMouseCursor); } break;