comparison src/video/x11/SDL_x11yuv.c @ 494:95aa4041e7f9

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Mon, 16 Sep 2002 06:26:22 +0000
parents ed58b98c0d9d
children e3d0517bf67e
comparison
equal deleted inserted replaced
493:806fcbde0af3 494:95aa4041e7f9
34 #include <X11/Xlib.h> 34 #include <X11/Xlib.h>
35 #include <sys/ipc.h> 35 #include <sys/ipc.h>
36 #include <sys/shm.h> 36 #include <sys/shm.h>
37 #include <X11/extensions/XShm.h> 37 #include <X11/extensions/XShm.h>
38 #include <XFree86/extensions/Xvlib.h> 38 #include <XFree86/extensions/Xvlib.h>
39 #include <X11/Xlibint.h>
40 39
41 #include "SDL_error.h" 40 #include "SDL_error.h"
42 #include "SDL_video.h" 41 #include "SDL_video.h"
43 #include "SDL_x11yuv_c.h" 42 #include "SDL_x11yuv_c.h"
44 #include "SDL_yuvfuncs.h" 43 #include "SDL_yuvfuncs.h"