[MPlayer-cvslog] r32122 - trunk/gui/win32/dialogs.c
diego
subversion at mplayerhq.hu
Thu Sep 9 18:59:21 CEST 2010
Author: diego
Date: Thu Sep 9 18:59:21 2010
New Revision: 32122
Log:
Add appropriate #include instead of declaring vo_gamma_* extern.
Modified:
trunk/gui/win32/dialogs.c
Modified: trunk/gui/win32/dialogs.c
==============================================================================
--- trunk/gui/win32/dialogs.c Thu Sep 9 18:57:05 2010 (r32121)
+++ trunk/gui/win32/dialogs.c Thu Sep 9 18:59:21 2010 (r32122)
@@ -34,13 +34,10 @@
#include "gui.h"
#include "dialogs.h"
#include "libvo/sub.h"
+#include "libvo/video_out.h"
WNDPROC OldUrlWndProc;
LRESULT CALLBACK SubUrlWndProc(HWND, UINT, WPARAM, LPARAM);
-extern int vo_gamma_brightness;
-extern int vo_gamma_saturation;
-extern int vo_gamma_contrast;
-extern int vo_gamma_hue;
int set_video_colors(sh_video_t *sh_video, const char *item, int value);
int get_video_colors(sh_video_t *sh_video, const char *item, int *value);
More information about the MPlayer-cvslog
mailing list