# HG changeset patch # User diego # Date 1284051561 0 # Node ID 0fb2562cb130c4009f39be880ce1be3de3d37188 # Parent 7459e0a252358d20028807d78552e4569bddf14b Add appropriate #include instead of declaring vo_gamma_* extern. diff -r 7459e0a25235 -r 0fb2562cb130 gui/win32/dialogs.c --- 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);