changeset 89536:c4a2841dbe3d

*** empty log message ***
author Dave Love <fx@gnu.org>
date Fri, 26 Sep 2003 17:36:12 +0000
parents c23b4022c08d
children a02c064cebec
files src/ChangeLog.22 src/config.in
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog.22	Fri Sep 26 17:28:30 2003 +0000
+++ b/src/ChangeLog.22	Fri Sep 26 17:36:12 2003 +0000
@@ -1,3 +1,7 @@
+2003-09-26  Dave Love  <fx@gnu.org>
+
+	* xterm.c (x_bitmap_mask): Declare.
+
 2003-09-17  Dave Love  <fx@gnu.org>
 
 	* xterm.c (x_term_init): Fix type error.
--- a/src/config.in	Fri Sep 26 17:28:30 2003 +0000
+++ b/src/config.in	Fri Sep 26 17:36:12 2003 +0000
@@ -627,6 +627,9 @@
 /* Define to 1 if you're using XFree386. */
 #undef HAVE_XFREE386
 
+/* Define to 1 if XIM is available */
+#undef HAVE_XIM
+
 /* Define to 1 if you have the XkbGetKeyboard function. */
 #undef HAVE_XKBGETKEYBOARD