[MPlayer-cvslog] r33668 - in trunk/gui/win32: gui.c gui.h
diego
subversion at mplayerhq.hu
Sun Jun 19 19:33:01 CEST 2011
Author: diego
Date: Sun Jun 19 19:33:01 2011
New Revision: 33668
Log:
win32 gui: Move some forward declarations to the appropriate header file.
Modified:
trunk/gui/win32/gui.c
trunk/gui/win32/gui.h
Modified: trunk/gui/win32/gui.c
==============================================================================
--- trunk/gui/win32/gui.c Sun Jun 19 19:32:54 2011 (r33667)
+++ trunk/gui/win32/gui.c Sun Jun 19 19:33:01 2011 (r33668)
@@ -56,8 +56,6 @@
#endif
/* Globals / Externs */
-void renderinfobox(skin_t *skin, window_priv_t *priv);
-void renderwidget(skin_t *skin, image *dest, widget *item, int state);
float sub_aspect;
DWORD oldtime;
Modified: trunk/gui/win32/gui.h
==============================================================================
--- trunk/gui/win32/gui.h Sun Jun 19 19:32:54 2011 (r33667)
+++ trunk/gui/win32/gui.h Sun Jun 19 19:33:01 2011 (r33668)
@@ -105,6 +105,9 @@ int create_subwindow(gui_t *gui, char *s
int parse_filename(char *file, play_tree_t *playtree, m_config_t *mconfig, int clear);
void capitalize(char *filename);
+void renderinfobox(skin_t *skin, window_priv_t *priv);
+void renderwidget(skin_t *skin, image *dest, widget *item, int state);
+
/* Dialogs */
void display_playlistwindow(gui_t *gui);
void update_playlistwindow(void);
More information about the MPlayer-cvslog
mailing list