Mercurial > mplayer.hg
comparison libvo/video_out.h @ 5651:b8d8d72776f2
fix playlist bug with gui and rewrite mousecursor show/hide code
author | pontscho |
---|---|
date | Tue, 16 Apr 2002 17:41:29 +0000 |
parents | 7a24a067f0af |
children | 7bea806b9c5f |
comparison
equal
deleted
inserted
replaced
5650:71f221e98fa4 | 5651:b8d8d72776f2 |
---|---|
214 extern int vo_directrendering; | 214 extern int vo_directrendering; |
215 extern int vo_vsync; | 215 extern int vo_vsync; |
216 extern int vo_fs; | 216 extern int vo_fs; |
217 extern int vo_fsmode; | 217 extern int vo_fsmode; |
218 | 218 |
219 extern int vo_mouse_timer_const; | |
220 | |
219 extern int vo_pts; | 221 extern int vo_pts; |
220 extern float vo_fps; | 222 extern float vo_fps; |
221 | 223 |
222 extern char *vo_subdevice; | 224 extern char *vo_subdevice; |
223 | 225 |