]> git.eshelyaron.com Git - emacs.git/commit
Reduce duplicate code for creating "special windows"
authorPo Lu <luangruo@yahoo.com>
Sun, 23 Oct 2022 06:12:02 +0000 (14:12 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 23 Oct 2022 06:13:19 +0000 (14:13 +0800)
commita01bd1a208a5199fd1d76baade373f7f12f912a2
tree88be876586da2ff2925b9ab3f5201bf6b41263fa
parent1dbc2bda58f9534e1fda90ab83f7c278df38da3c
Reduce duplicate code for creating "special windows"

* src/xterm.c (x_create_special_window): Define on all non-GTK
builds and all builds with XFixes.
(x_update_frame_user_time_window): Use x_create_special_window.
Also write a comment explaining what user time windows are.
* src/xterm.h: Fix style of `x_parse_color' prototype.
src/xterm.c
src/xterm.h