]> git.eshelyaron.com Git - emacs.git/commit
Better respect window manager stacking order
authorPo Lu <luangruo@yahoo.com>
Sun, 5 Jun 2022 05:02:58 +0000 (13:02 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 5 Jun 2022 05:05:56 +0000 (13:05 +0800)
commit7d7a6f6719ddf99a4afefe6ae44f7cba48707d45
tree2ce13da43e31613fa3d9c363aa985d56f143ae28
parentd46e94f23fbbd522f2a017444b29f9f18203b4bc
Better respect window manager stacking order

* src/xfns.c (x_frame_list_z_order, Fx_frame_list_z_order): Use
_NET_CLIENT_LIST_STACKING if supported.
* src/xterm.c (x_wm_supports_1): New function.  Accept dpyinfo
instead of frame.
(x_wm_supports): Use that function instead.

* src/xterm.h: Update prototypes.
src/xfns.c
src/xterm.c
src/xterm.h