Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 147144 | Differences between
and this patch

Collapse All | Expand All

(-)xorg-server-1.1.1/hw/kdrive/ephyr/hostx.c (-2 / +4 lines)
Lines 30-35 Link Here
30
#include <unistd.h>
30
#include <unistd.h>
31
#include <string.h> 		/* for memset */
31
#include <string.h> 		/* for memset */
32
#include <time.h>
32
#include <time.h>
33
#include <stdint.h>		/* for uint32_t */
33
34
34
#include <sys/ipc.h>
35
#include <sys/ipc.h>
35
#include <sys/shm.h>
36
#include <sys/shm.h>
Lines 77-85 Link Here
77
78
78
static int            HostXWantDamageDebug = 0;
79
static int            HostXWantDamageDebug = 0;
79
80
80
extern KeySym         EphyrKeymap[];
81
typedef uint32_t      KeySym32;
82
extern KeySym32       EphyrKeymap[];
81
83
82
extern KeySym	      kdKeymap[];
84
extern KeySym32	      kdKeymap[];
83
extern int	      kdMinScanCode;
85
extern int	      kdMinScanCode;
84
extern int	      kdMaxScanCode;
86
extern int	      kdMaxScanCode;
85
extern int	      kdMinKeyCode;
87
extern int	      kdMinKeyCode;

Return to bug 147144