summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_macosx.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/vo_macosx.m b/libvo/vo_macosx.m
index 37835520e8..bb06440fa4 100644
--- a/libvo/vo_macosx.m
+++ b/libvo/vo_macosx.m
@@ -198,6 +198,9 @@ static uint32_t query_format(uint32_t format)
static void uninit(void)
{
+ SetSystemUIMode( kUIModeNormal, 0);
+ ShowCursor();
+
[autoreleasepool release];
}