Mercurial > mplayer.hg
view linux/timer.h @ 4815:178b524e5213
Bugfix in x11_common.c mainly. Don't screw up the display name,
don't forget to close the display (vo_xv) and to reset vo_depthonscreen
when we have destroyed the window and closed the display !!!!!
Open the display before using it (vo_x11) !!!
author | albeu |
---|---|
date | Sat, 23 Feb 2002 01:38:06 +0000 (2002-02-23) |
parents | 7bb8f7905000 |
children | df50da00260a |
line wrap: on
line source
void InitTimer(); unsigned int GetTimer(); unsigned int GetTimerMS(); //int uGetTimer(); float GetRelativeTime(); int usec_sleep(int usec_delay);