changeset 32038:0fb2562cb130

Add appropriate #include instead of declaring vo_gamma_* extern.
author diego
date Thu, 09 Sep 2010 16:59:21 +0000
parents 7459e0a25235
children 5c708ee9b4ab
files gui/win32/dialogs.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gui/win32/dialogs.c	Thu Sep 09 16:57:05 2010 +0000
+++ b/gui/win32/dialogs.c	Thu Sep 09 16:59:21 2010 +0000
@@ -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);