comparison gui/win32/dialogs.c @ 32467:fbe5c829c69b

Move libvo/sub.[ch] from libvo to sub.
author cigaes
date Wed, 27 Oct 2010 17:47:13 +0000
parents 0fb2562cb130
children 8fa2f43cb760
comparison
equal deleted inserted replaced
32466:9e627a1793b1 32467:fbe5c829c69b
31 #include "stream/stream.h" 31 #include "stream/stream.h"
32 #include "libmpdemux/demuxer.h" 32 #include "libmpdemux/demuxer.h"
33 #include "libmpdemux/stheader.h" 33 #include "libmpdemux/stheader.h"
34 #include "gui.h" 34 #include "gui.h"
35 #include "dialogs.h" 35 #include "dialogs.h"
36 #include "libvo/sub.h" 36 #include "sub/sub.h"
37 #include "libvo/video_out.h" 37 #include "libvo/video_out.h"
38 38
39 WNDPROC OldUrlWndProc; 39 WNDPROC OldUrlWndProc;
40 LRESULT CALLBACK SubUrlWndProc(HWND, UINT, WPARAM, LPARAM); 40 LRESULT CALLBACK SubUrlWndProc(HWND, UINT, WPARAM, LPARAM);
41 int set_video_colors(sh_video_t *sh_video, const char *item, int value); 41 int set_video_colors(sh_video_t *sh_video, const char *item, int value);