1
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 21:07:29 +01:00

Remove redundant declarations (already in video_out.h)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25812 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-01-20 09:38:18 +00:00
parent 27edd5ed7f
commit b231e1cc32

View File

@ -1,16 +1,11 @@
#ifndef W32COMMON_H
#define W32COMMON_H
extern int vo_depthonscreen;
extern int vo_screenwidth;
extern int vo_screenheight;
extern uint32_t o_dwidth;
extern uint32_t o_dheight;
extern HWND vo_w32_window;
extern HDC vo_hdc;
extern int vo_fs;
extern int vo_vm;
extern int vo_ontop;
extern int vo_w32_init(void);
extern void vo_w32_uninit(void);