changeset 49976:bd3e068b492a

* keyboard.c (cancel_hourglass_unwind): Surround with #ifdef HAVE_X_WINDOWS
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 25 Feb 2003 06:00:40 +0000
parents d4f2089db3f0
children f491c5cee974
files src/ChangeLog src/keyboard.c
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Feb 25 02:25:58 2003 +0000
+++ b/src/ChangeLog	Tue Feb 25 06:00:40 2003 +0000
@@ -1,3 +1,8 @@
+2003-02-25  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
+
+	* keyboard.c (cancel_hourglass_unwind): Surround with
+	#ifdef HAVE_X_WINDOWS
+
 2003-02-25  Kenichi Handa  <handa@m17n.org>
 
 	* buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
--- a/src/keyboard.c	Tue Feb 25 02:25:58 2003 +0000
+++ b/src/keyboard.c	Tue Feb 25 06:00:40 2003 +0000
@@ -1355,12 +1355,14 @@
 
 /* Cancel hourglass from protect_unwind.
    ARG is not used.  */
+#ifdef HAVE_X_WINDOWS
 static Lisp_Object
 cancel_hourglass_unwind (arg)
      Lisp_Object arg;
 {
   cancel_hourglass ();
 }
+#endif
 
 Lisp_Object
 command_loop_1 ()