help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: set-frame-parameter


From: Michael Heerdegen
Subject: Re: set-frame-parameter
Date: Thu, 10 Dec 2020 01:38:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Michael Heerdegen <michael_heerdegen@web.de> writes:

> (set-frame-parameter (selected-frame) 'fullscreen nil)

Yes, when I'm reading the C source correctly (`adjust_frame_size')
there are different reasons why resizing can be inhibited.

One reason is when `frame_inhibit_resize', which checks for the
fullscreen variants, says so.

So what we see seems to be expected.

Michael.




reply via email to

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