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

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

bug#28512: 26.0.60; undecorated frames on macOS 10.13 do not resize prop


From: Aaron Jensen
Subject: bug#28512: 26.0.60; undecorated frames on macOS 10.13 do not resize properly
Date: Sun, 24 Sep 2017 08:43:52 -0700

On September 24, 2017 at 4:27:27 AM, Alan Third
(alan@idiocy.org(mailto:alan@idiocy.org)) wrote:

> If you resize using lisp does it work?
>
> eg. (set-frame-parameter nil ’width 100)
>
> (I’m assuming not, but thought it best to check.)

No, it doesn’t. This does is the only thing that does:

(progn
  (set-frame-parameter nil 'undecorated nil)
  (set-frame-parameter nil 'width 100)
  (set-frame-parameter nil 'undecorated t))


>
> I’ve had a look through the 10.13 release notes and the only thing
> that looks like it could be related is in the use of ’layers’, but I
> don’t think we’re using them…

Yeah, I glanced it over too and didn’t see anything. I don’t know
enough about the macOS SDK to even know how a part of the window
wouldn’t be clickable. If it weren’t for iTerm2, I’d think that they
somehow broke borderless windows entirely, but iTerm2 seems to resize
properly…

Aaron





reply via email to

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