]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct frame): New field `mouse_moved'.
authorKarl Heuer <kwzh@gnu.org>
Mon, 17 Jul 1995 22:22:36 +0000 (22:22 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 17 Jul 1995 22:22:36 +0000 (22:22 +0000)
src/frame.h

index aaeb7a4d408e83607d4dd62bad071cc0f0eec94f..51672995b30a246621e5725d043ad0638d789fd0 100644 (file)
@@ -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 */