From 6462918ce537fd529f4a6f60227e7cdd0c10c7eb Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 17 Jul 1995 22:22:36 +0000 Subject: [PATCH] (struct frame): New field `mouse_moved'. --- src/frame.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.39.2