]> git.eshelyaron.com Git - emacs.git/commit
Add support for _NET_WM_USER_TIME_WINDOW
authorPo Lu <luangruo@yahoo.com>
Wed, 9 Feb 2022 10:47:07 +0000 (18:47 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 9 Feb 2022 10:49:15 +0000 (18:49 +0800)
commit7f425613a75d7566309e8b60cdc01fd26c597302
treecc32e5818bcac5ba23d0dedc522e7be5b4080a21
parent2f80d8058bada74ae67546e95c314066d697b7ba
Add support for _NET_WM_USER_TIME_WINDOW

* src/xterm.c (x_make_frame_visible):
(x_display_set_last_user_time): Use and set user time window if
the WM supports it.
(x_term_init): Intern new atom.

* src/xterm.h (struct x_display_info): New atom
`_NET_WM_USER_TIME_WINDOW'.
(struct x_output): New field `user_time_window'.
src/xterm.c
src/xterm.h