* Wed Jan 24 2007 Adam Jackson <ajax@redhat.com> 1.2.0-2
- Delete ModulePath lines rather than attempt to munge them. (#186338)
This commit is contained in:
parent
d0f52e010b
commit
08b044418f
@ -1,5 +1,5 @@
|
||||
--- xorg-server-1.1.1/hw/kdrive/ephyr/hostx.c.jx 2006-07-05 14:31:39.000000000 -0400
|
||||
+++ xorg-server-1.1.1/hw/kdrive/ephyr/hostx.c 2007-01-29 17:56:34.000000000 -0500
|
||||
--- xorg-server-1.2.0/hw/kdrive/ephyr/hostx.c.xephyr-keysym 2007-01-22 22:13:14.000000000 -0500
|
||||
+++ xorg-server-1.2.0/hw/kdrive/ephyr/hostx.c 2007-01-29 17:58:00.000000000 -0500
|
||||
@@ -77,9 +77,10 @@
|
||||
|
||||
static int HostXWantDamageDebug = 0;
|
||||
@ -13,12 +13,12 @@
|
||||
extern int kdMinScanCode;
|
||||
extern int kdMaxScanCode;
|
||||
extern int kdMinKeyCode;
|
||||
@@ -668,7 +669,7 @@
|
||||
@@ -662,7 +663,7 @@
|
||||
void
|
||||
hostx_load_keymap(void)
|
||||
{
|
||||
- KeySym *keymap;
|
||||
+ unsigned int *keymap;
|
||||
int mapWidth, min_keycode, max_keycode;
|
||||
+ unsigned int *keymap;
|
||||
int host_width, min_keycode, max_keycode, width;
|
||||
int i,j;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user