diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-01-03 20:23:19 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-01-03 20:23:19 +0000 |
commit | 2671f204b8b87bb08120ace2d85cf135cc041abb (patch) | |
tree | 75e6f9bab8c2d2fa71ac0a9f62a9a0f7e1e30beb /src | |
parent | 2d85f7f6d875e75129db1757fc4c6317c04e5e5b (diff) | |
download | xine-lib-2671f204b8b87bb08120ace2d85cf135cc041abb.tar.gz xine-lib-2671f204b8b87bb08120ace2d85cf135cc041abb.tar.bz2 |
Move win32_visual_t into xine.h ==> frontends can be compiled out of xine tree.
CVS patchset: 5982
CVS date: 2004/01/03 20:23:19
Diffstat (limited to 'src')
-rwxr-xr-x | src/video_out/video_out_directx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_out/video_out_directx.c b/src/video_out/video_out_directx.c index 4237ca56e..2a2e9395b 100755 --- a/src/video_out/video_out_directx.c +++ b/src/video_out/video_out_directx.c @@ -20,7 +20,7 @@ * video_out_directx.c, direct draw video output plugin for xine * by Matthew Grooms <elon@altavista.com> * - * $Id: video_out_directx.c,v 1.15 2004/01/01 18:14:51 valtri Exp $ + * $Id: video_out_directx.c,v 1.16 2004/01/03 20:23:19 valtri Exp $ */ typedef unsigned char boolean; @@ -30,7 +30,6 @@ typedef unsigned char boolean; #include "xine.h" #include "video_out.h" -#include "video_out_win32.h" #include "alphablend.h" #define LOG_MODULE "video_out_directx" |