]> git.eshelyaron.com Git - emacs.git/commit
Find a way to make restacking frames work on Haiku
authorPo Lu <luangruo@yahoo.com>
Tue, 4 Jan 2022 05:22:56 +0000 (05:22 +0000)
committerPo Lu <luangruo@yahoo.com>
Tue, 4 Jan 2022 05:22:56 +0000 (05:22 +0000)
commitf3481f21f710ab41980623728917704bb25b3ae5
tree82f9d945da68ba38e2e2dc9007716ea3a9b68bbc
parent6668a7608cac6f09d4adc3282fce9a7c03e56792
Find a way to make restacking frames work on Haiku

* doc/lispref/frames.texi (Raising and Lowering): Update
documentation to reflect that restacking frames is now
supported on Haiku.
* lisp/frame.el (haiku-frame-restack): New declaration.
(frame-restack): Use `haiku-frame-restack' on Haiku.

* src/haiku_support.cc (BWindow_send_behind):
* src/haiku_support.h (BWindow_send_behind):
* src/haikufns.c (Fhaiku_frame_restack): New functions.
(syms_of_haikufns): New subr `haiku-frame-restack'.
doc/lispref/frames.texi
lisp/frame.el
src/haiku_support.cc
src/haiku_support.h
src/haikufns.c