Mercurial > mplayer.hg
diff gui/win32/gui.c @ 26193:609236ad27f4
more header / declaration cleanups; fixes a lot of warnings as well as a preempt to removal of redundant wincfg.h.
author | vayne |
---|---|
date | Tue, 11 Mar 2008 18:46:52 +0000 |
parents | 21c35763b178 |
children | 76413880bfad |
line wrap: on
line diff
--- a/gui/win32/gui.c Tue Mar 11 18:44:16 2008 +0000 +++ b/gui/win32/gui.c Tue Mar 11 18:46:52 2008 +0000 @@ -41,7 +41,6 @@ #include "libvo/video_out.h" #include "interface.h" #include "gui.h" -#include "wincfg.h" #include "dialogs.h" // HACK around bug in old mingw @@ -57,9 +56,7 @@ /* Globals / Externs */ extern void renderinfobox(skin_t *skin, window_priv_t *priv); extern void renderwidget(skin_t *skin, image *dest, widget *item, int state); -extern void mplayer_put_key(int code); extern void print_version(void); -extern int WinID; float sub_aspect; DWORD oldtime;