mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 06:42:03 +00:00
extern vo_doublebuffering cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1269 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2756d4601f
commit
3153c13d94
@ -104,5 +104,8 @@ extern int vo_dwidth;
|
||||
extern int vo_dheight;
|
||||
extern int vo_dbpp;
|
||||
|
||||
extern int vo_doublebuffering;
|
||||
extern int vo_fsmode;
|
||||
|
||||
extern char *vo_subdevice;
|
||||
|
||||
|
@ -23,6 +23,9 @@
|
||||
* - works only on x86 architectures
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.28 2001/07/03 23:45:49 arpi
|
||||
* extern vo_doublebuffering cleanup
|
||||
*
|
||||
* Revision 1.27 2001/06/22 19:51:25 atmosfear
|
||||
* Fixed pointer->integer cast warning.
|
||||
*
|
||||
@ -291,8 +294,6 @@ static XF86VidModeModeInfo **vo_dga_vidmodes=NULL;
|
||||
|
||||
|
||||
extern int verbose;
|
||||
extern int vo_dbpp;
|
||||
extern int vo_doublebuffering;
|
||||
|
||||
static int vo_dga_src_format;
|
||||
static int vo_dga_width; // bytes per line in framebuffer
|
||||
|
Loading…
Reference in New Issue
Block a user