Re: Drawing in NSWindows and NSViews in GNUStep

2023-08-22 Thread Fred Kiefer
> Am 20.08.2023 um 16:42 schrieb Austin Clow : > > I have been investigating how drawing works and am having a hard time > understanding where drawing begins in the object hierarchy. For example, > where does an NSWindow tell its decorations view to begin drawing its content > into the

AppKit, libdispatch and 100% CPU

2023-08-22 Thread Tom Sheffler
I've recently ventured into combining AppKit with libdispatch. Previously, I've successfully used libs-base with libdispatch and [NSRunLoop run] and it all works fine and does not exhibit the symptom I am observing. In an app that creates a window with AppKit and calls