RE: [Xpert]Help: the difference between XFree86 3.3.6 and XFree86 4.x

2002-01-13 Thread Clive Crous
#ifdef XFree86LOADER #include "xf86_libc.h" #endif #include "xf86.h" #include "xf86Procs.h" #include "xf86_OSlib.h" #include "xf86_Config.h" #include "xf86Xinput.h" #include "atKeynames.h" #include "xf86Version.h" #endif #if !de

[Xpert]Help: the difference between XFree86 3.3.6 and XFree86 4.x

2002-01-13 Thread Hong Feng
Hi, I am a new user of Linux. My boss let me move one touch screen driver from XFree86 3.3.6 to XFree86 4.x. When I compiled the source code of the driver, two header files, xf86Procs.h and xf86_Config.h, missed in the new version. Who can tell me how to solve this problem or give me some comment