emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Support fullscreen values fullheight and fullwidth on pgtk


From: Po Lu
Subject: Re: Support fullscreen values fullheight and fullwidth on pgtk
Date: Fri, 03 Jun 2022 16:23:15 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Florian Rommel <mail@florommel.de> writes:

> Okay, I removed the version check.

Thanks, but you forgot to adjust this check in configure.ac:

    if test "${window_system}" = "x11"; then
      GTK_REQUIRED=3.10
    else
      GTK_REQUIRED=3.20
    fi

and the announcement in etc/NEWS.

> I am afraid that this is not possible because GTK does not seem to have
> a way for setting such states.  As far as I can see, it is only
> possible to maximize a window and to set it to fullscreen (fullboth).

Too bad, I guess a footnote should be added in the node "Size
Parameters" in the Lisp reference manual.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]