changeset 16145:b010355f31dc

exit kiosk mode and show mouse cursor in uninit
author nplourde
date Thu, 28 Jul 2005 23:18:39 +0000
parents 6ea7c0735fce
children 44c6af4f3ae7
files libvo/vo_macosx.m
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_macosx.m	Thu Jul 28 22:19:34 2005 +0000
+++ b/libvo/vo_macosx.m	Thu Jul 28 23:18:39 2005 +0000
@@ -198,6 +198,9 @@
 
 static void uninit(void)
 {
+	SetSystemUIMode( kUIModeNormal, 0);
+	ShowCursor();
+
 	[autoreleasepool release];
 }