]> git.eshelyaron.com Git - emacs.git/commit
Fix compiler warning on GTK
authorPo Lu <luangruo@yahoo.com>
Wed, 9 Feb 2022 10:51:51 +0000 (18:51 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 9 Feb 2022 10:51:51 +0000 (18:51 +0800)
commit7ead127a6694c10caff2ed89f876c4b154828c68
tree099cbde4060428cec7976c5cc2757018f11ebfd2
parent7f425613a75d7566309e8b60cdc01fd26c597302
Fix compiler warning on GTK

* src/xterm.c (x_make_frame_visible): Make some fields that are
set but never used conditioned out on GTK.
src/xterm.c