From 5a8e3b995e300789b4ed1b432f17f1b386d0bda0 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Wed, 18 Apr 2007 02:46:28 +0000 Subject: 20070418-0345 --- CHANGES | 2 ++ emu/port/win-x11a.c | 1 + include/version.h | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b1931ca2..96bd2ba6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +20070418 + add scan code to X11 (issue 45) 20070411 if mkconfig has been changed from the distribution, use it to set parameters in makemk.sh (issue 41) add iso8859-15 (what? will the line stretch on to the crack of doom?) (issue 43) diff --git a/emu/port/win-x11a.c b/emu/port/win-x11a.c index 19c7a179..2f73d943 100644 --- a/emu/port/win-x11a.c +++ b/emu/port/win-x11a.c @@ -116,6 +116,7 @@ static int is_shm; static XShmSegmentInfo *shminfo; static int putsnarf, assertsnarf; +char *gkscanid = "emu_x11"; /* * The documentation for the XSHM extension implies that if the server diff --git a/include/version.h b/include/version.h index 9c4688af..3e4ff2fe 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20070411)" +#define VERSION "Fourth Edition (20070418)" -- cgit v1.2.3