diff options
| author | Dmitry Antipov | 2013-09-12 11:29:33 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-09-12 11:29:33 +0400 |
| commit | 27e90f7752ed9d02cb98dd2dc2886a4f052240ab (patch) | |
| tree | 67aaa70e485a792e0e82ff247bdbad189cf6479a /src/xterm.h | |
| parent | 4a503aef7e09570c24ec7f68ddc8cb7470cc17ef (diff) | |
| download | emacs-27e90f7752ed9d02cb98dd2dc2886a4f052240ab.tar.gz emacs-27e90f7752ed9d02cb98dd2dc2886a4f052240ab.zip | |
* xterm.h (x_display_info): New field last_user_time...
* xterm.c (toplevel): ...to replace static last_user_time.
(handle_one_xevent, x_ewmh_activate_frame): Adjust users.
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index f4a2d4c01b2..bdc8523009a 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -301,6 +301,9 @@ struct x_display_info | |||
| 301 | minibuffer. */ | 301 | minibuffer. */ |
| 302 | struct frame *x_highlight_frame; | 302 | struct frame *x_highlight_frame; |
| 303 | 303 | ||
| 304 | /* Time of last user interaction as returned in X events on this display. */ | ||
| 305 | Time last_user_time; | ||
| 306 | |||
| 304 | /* The gray pixmap. */ | 307 | /* The gray pixmap. */ |
| 305 | Pixmap gray; | 308 | Pixmap gray; |
| 306 | 309 | ||