diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-08-21 01:20:31 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-08-21 01:20:31 +0000 |
commit | cbf7b3b2918f6836c142979069f45b4905157b8d (patch) | |
tree | 47ef6eb239bc76ec10a13e8bb74e1625d82bf60d /libvo/x11_common.h | |
parent | 324cec45f099cc727acc6efa643171c45d062e4b (diff) | |
download | mpv-cbf7b3b2918f6836c142979069f45b4905157b8d.tar.bz2 mpv-cbf7b3b2918f6836c142979069f45b4905157b8d.tar.xz |
remove extern for variables that are already in headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16281 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r-- | libvo/x11_common.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h index 449b51d855..a68994e588 100644 --- a/libvo/x11_common.h +++ b/libvo/x11_common.h @@ -21,27 +21,17 @@ #define _NET_WM_STATE_TOGGLE 2 /* toggle property */ extern int metacity_hack; -extern int vo_fsmode; - -extern int vo_depthonscreen; -extern int vo_screenwidth; -extern int vo_screenheight; -extern int vo_dwidth; -extern int vo_dheight; -extern int vo_fs; + extern int vo_fs_layer; extern int vo_wm_type; extern int vo_fs_type; extern char** vo_fstype_list; -extern int vo_ontop; -extern int vo_rootwin; extern char *mDisplayName; extern Display *mDisplay; extern Window mRootWin; extern int mScreen; extern int mLocalDisplay; -extern int WinID; extern int vo_mouse_timer_const; extern int vo_mouse_autohide; |