emacs-devel
[Top][All Lists]
Advanced

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

Re: Scroll bars on macOS builds


From: Alan Third
Subject: Re: Scroll bars on macOS builds
Date: Thu, 27 Jan 2022 19:59:50 +0000

On Wed, Jan 26, 2022 at 06:07:24PM +0100, Angelo Graziosi wrote:
> > Il 26/01/2022 00:01 Alan Third ha scritto:
> > 
> > 
> > Can you try changing line 7198 in nsterm.m from
> > 
> >   [self setWantsLayer:YES];
> > 
> > to
> > 
> >   [self setWantsLayer:NO];
> > 
> > ?
> 
> Emacs crashes at startup. I have rebuilt Emacs from current master and from 
> master-20220111 with your suggestions but it wont start!
> 
> Attached the bug report it want to send to Apple people...

Actually, can you try this again, but remove the call to flushWindow
in unlockFocus (line 7902)? I've a feeling that's a GNUstep method
that's accidentally crept into the Cocoa code.

-- 
Alan Third



reply via email to

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