]> git.eshelyaron.com Git - emacs.git/commit
Fix window box computation for menu bar windows
authorPo Lu <luangruo@yahoo.com>
Sat, 22 Jul 2023 06:06:08 +0000 (14:06 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 22 Jul 2023 06:06:08 +0000 (14:06 +0800)
commit60797e52a64da2d4403a7dfaf333b13b7687ba79
tree8ff113ed30e4fedf97f296936f1e12c224ee6bbc
parentc81bd0f60b5b2989d23da5a8ee5d17f40985c083
Fix window box computation for menu bar windows

* src/window.h (WINDOW_MENU_BAR_P): Check for external menu bars
using HAVE_WINDOW_SYSTEM && HAVE_EXT_MENU_BAR instead of hard
coding X without Xt or GTK.
src/window.h