[MPlayer-cvslog] r28035 - trunk/libvo/vo_macosx.m
gpoirier
subversion at mplayerhq.hu
Tue Nov 25 10:54:35 CET 2008
Author: gpoirier
Date: Tue Nov 25 10:54:34 2008
New Revision: 28035
Log:
typo fix + readability improvement
Modified:
trunk/libvo/vo_macosx.m
Modified: trunk/libvo/vo_macosx.m
==============================================================================
--- trunk/libvo/vo_macosx.m (original)
+++ trunk/libvo/vo_macosx.m Tue Nov 25 10:54:34 2008
@@ -759,7 +759,7 @@ static int control(uint32_t request, voi
glFlush();
- //auto hide mouse cursor and futur on-screen control?
+ //auto hide mouse cursor (and future on-screen control?)
if(isFullscreen && !mouseHide && !isRootwin)
{
int curTime = TickCount()/60;
More information about the MPlayer-cvslog
mailing list