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

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

bug#28872: 26.0.90; non-native-fullscreen does not play well with ns-tra


From: martin rudalics
Subject: bug#28872: 26.0.90; non-native-fullscreen does not play well with ns-transparent-titlebar on macOS
Date: Tue, 31 Oct 2017 09:40:30 +0100

> What are original-width and original-height used for?

Maybe the terms ‘normal-width’ and ‘normal-height’ would be better.
They would be used for storing the width and height of the "normal" (not
maximized, fullscreen) frame.  Currently, we store as width and height
the current size of the frame even if it is, for example, maximized.
Manipulating the width or height will then resize the frame although,
conceptually it should remain maximized.

Some window systems allow to set the normal frame size while a frame is
maximized without actually changing the frame size.  Demaximizing the
frame would then use that new size instead of restoring the frame to the
size it had before maximizing it.  I'm not sure whether we can do that
on all our platforms though.

martin






reply via email to

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