Prepare Xdmx and Xvfb for modularization by adding appropriate #include

<{dix,dmx}-config.h> to the source files.
This commit is contained in:
Kevin E Martin
2005-07-12 00:52:48 +00:00
parent b7a9a6a035
commit e348ac4b4d
52 changed files with 212 additions and 6 deletions

View File

@@ -28,6 +28,10 @@ from The Open Group.
*/
/* $XFree86: xc/programs/Xserver/hw/vfb/InitInput.c,v 3.9 2001/12/14 19:59:45 dawes Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include <X11/X.h>
#define NEED_EVENTS
#include "mi.h"
@@ -38,7 +42,7 @@ from The Open Group.
#include "mibstore.h"
#include "mipointer.h"
#include "lk201kbd.h"
#include "keysym.h"
#include <X11/keysym.h>
Bool
LegalModifier(unsigned int key, DevicePtr pDev)