From: Karl Heuer Date: Mon, 17 Jul 1995 22:22:36 +0000 (+0000) Subject: (struct frame): New field `mouse_moved'. X-Git-Tag: emacs-19.34~3316 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6462918ce537fd529f4a6f60227e7cdd0c10c7eb;p=emacs.git (struct frame): New field `mouse_moved'. --- diff --git a/src/frame.h b/src/frame.h index aaeb7a4d408..51672995b30 100644 --- a/src/frame.h +++ b/src/frame.h @@ -279,6 +279,10 @@ struct frame /* The baud rate that was used to calculate costs for this frame. */ int cost_calculation_baud_rate; + + /* Nonzero if the mouse has moved on this display + since the last time we checked. */ + char mouse_moved; }; #ifdef MULTI_KBOARD /* Note that MULTI_KBOARD implies MULTI_FRAME */