]> git.eshelyaron.com Git - emacs.git/commit
Add support for fullscreen values fullheight and fullwidth on PGTK
authorFlorian Rommel <mail@florommel.de>
Fri, 3 Jun 2022 01:03:03 +0000 (03:03 +0200)
committerPo Lu <luangruo@yahoo.com>
Mon, 4 Jul 2022 02:21:14 +0000 (10:21 +0800)
commitbbca04fd9d10ec2a5e849c48eab42faad0de0a32
treea24ffa40795ff4e40c505d614d37ee71b8ede2de
parent06afa7b4e096b14d03cc801235b27395a9857272
Add support for fullscreen values fullheight and fullwidth on PGTK

* src/pgtkterm.c (window_state_event): Support values fullheight and
fullwidth for the fullscreen frame-parameter
* doc/lispref/frames.texi (Size Parameters): Document inability to
actively set hullheight/fullwidth for PGTK frames
* configure.ac: Bump GTK version for PGTK
* etc/NEWS: Change GTK version in PGTK announcement
configure.ac
doc/lispref/frames.texi
etc/NEWS
src/pgtkterm.c