Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 193207
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
--
0
++ b/hw/kdrive/ephyr/hostx.c
1
-- a/hw/kdrive/ephyr/hostx.c
Lines 40-45 Link Here
40
#include <X11/Xatom.h>
40
#include <X11/Xatom.h>
41
#include <X11/keysym.h>
41
#include <X11/keysym.h>
42
#include <X11/extensions/XShm.h>
42
#include <X11/extensions/XShm.h>
43
#include <X11/Xmd.h>
43
44
44
/*  
45
/*  
45
 * All xlib calls go here, which gets built as its own .a .
46
 * All xlib calls go here, which gets built as its own .a .
Lines 79-85 static int HostXWantDamageDeb Link Here
79
80
80
extern KeySym         EphyrKeymap[];
81
extern KeySym         EphyrKeymap[];
81
82
82
extern KeySym	      kdKeymap[];
83
extern CARD32	      kdKeymap[];
83
extern int	      kdMinScanCode;
84
extern int	      kdMinScanCode;
84
extern int	      kdMaxScanCode;
85
extern int	      kdMaxScanCode;
85
extern int	      kdMinKeyCode;
86
extern int	      kdMinKeyCode;

Return to bug 193207