Mercurial > emacs
changeset 12543:13aa3e939a4d
(struct frame): New field `mouse_moved'.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 17 Jul 1995 22:22:36 +0000 |
parents | f86a10208f7e |
children | 8f17bdb409cf |
files | src/frame.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.h Mon Jul 17 22:21:54 1995 +0000 +++ b/src/frame.h Mon Jul 17 22:22:36 1995 +0000 @@ -279,6 +279,10 @@ /* 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 */