mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Prepare Xdmx and Xvfb for modularization by adding appropriate #include
<{dix,dmx}-config.h> to the source files.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user