]> git.eshelyaron.com Git - emacs.git/commit
Obey decorator-specified width and height of tooltip frames on Haiku
authorPo Lu <luangruo@yahoo.com>
Sat, 5 Mar 2022 10:20:04 +0000 (10:20 +0000)
committerPo Lu <luangruo@yahoo.com>
Sat, 5 Mar 2022 10:20:04 +0000 (10:20 +0000)
commit1e1d2f18c6d797f7e49a71f998a82cb255b8bb58
tree7d3f139af4732496483974bd698984a9d9d53ec2
parent8969953328a6cb5b7f131c2b7441e9d5d21191aa
Obey decorator-specified width and height of tooltip frames on Haiku

* src/haiku_support.cc (BWindow_dimensions): New functions.
* src/haiku_support.h: Update prototypes.
* src/haikufns.c (Fx_show_tip): Use actual dimensions, because
the decorator might specify a minimum width and height for the
tooltip frame.
* src/haikuterm.c (haiku_update_size_hints): Ignore tooltip
frames.
src/haiku_support.cc
src/haiku_support.h
src/haikufns.c
src/haikuterm.c