]> git.eshelyaron.com Git - emacs.git/commit
(EVENT_QUEUES_EMPTY): Only test do_mouse_tracking and mouse_moved #ifdef
authorRoland McGrath <roland@gnu.org>
Wed, 9 Nov 1994 03:43:30 +0000 (03:43 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 9 Nov 1994 03:43:30 +0000 (03:43 +0000)
commit2eb6bfbe932b770b115d6625f7da3a13685dbfdf
tree3d38953190cdbc4391edb390312b9c78aa85d971
parent3e809b9f194fc4522ab1a83354947f684c0f409d
(EVENT_QUEUES_EMPTY): Only test do_mouse_tracking and mouse_moved #ifdef
HAVE_MOUSE.
(Ftrack_mouse): Protect with #ifdef HAVE_MOUSE.
(syms_of_keyboard): Protect initialization of do_mouse_tracking, defsubr
of Strack_mouse, and DEFVAR of track-mouse with #ifdef HAVE_MOUSE.
src/keyboard.c