comparison libvo/vo_fbdev.c @ 11765:e0b096f0e640

linux 2.6 patch by "ismail 'cartman' d«Ónmez" <ismail.donmez@boun.edu.tr> no idea whether this really works :)
author attila
date Sat, 10 Jan 2004 09:48:15 +0000
parents ec3dac7d17a0
children a0197f7b0784
comparison
equal deleted inserted replaced
11764:129caea8bebc 11765:e0b096f0e640
16 #include <ctype.h> 16 #include <ctype.h>
17 17
18 #include <sys/mman.h> 18 #include <sys/mman.h>
19 #include <sys/ioctl.h> 19 #include <sys/ioctl.h>
20 #include <sys/kd.h> 20 #include <sys/kd.h>
21 #include "kerneltwosix.h"
21 #include <linux/fb.h> 22 #include <linux/fb.h>
22 23
23 #include "config.h" 24 #include "config.h"
24 #include "video_out.h" 25 #include "video_out.h"
25 #include "video_out_internal.h" 26 #include "video_out_internal.h"