]> git.eshelyaron.com Git - emacs.git/commitdiff
(make_lispy_movement): Condition on HAVE_GPM too.
authorNick Roberts <nickrob@snap.net.nz>
Wed, 23 May 2007 21:42:10 +0000 (21:42 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Wed, 23 May 2007 21:42:10 +0000 (21:42 +0000)
src/keyboard.c

index d2e77fd88881098cdcd5a6ba0d1bedacb591c889..420b422c5180d9eb382c82fd5a781e51cc7eb8e5 100644 (file)
@@ -6074,7 +6074,7 @@ make_lispy_event (event)
     }
 }
 
-#ifdef HAVE_MOUSE
+#if defined(HAVE_MOUSE) || defined(HAVE_GPM)
 
 static Lisp_Object
 make_lispy_movement (frame, bar_window, part, x, y, time)
@@ -6113,7 +6113,7 @@ make_lispy_movement (frame, bar_window, part, x, y, time)
     }
 }
 
-#endif /* HAVE_MOUSE */
+#endif /* HAVE_MOUSE || HAVE GPM */
 
 /* Construct a switch frame event.  */
 static Lisp_Object