emacs-devel
[Top][All Lists]
Advanced

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

Re: Questions regarding PGTK, high-dpi font-rendering, new X11-Warning


From: Po Lu
Subject: Re: Questions regarding PGTK, high-dpi font-rendering, new X11-Warning
Date: Thu, 01 Dec 2022 14:45:41 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> I doubt this is literally true.  Maybe you mean that if a thread runs
> GTK then other threads can't simultaneously run GNUstep

Yes, this is what I meant.

> , for example, but I'm pretty sure other threads can still run on
> their own, otherwise GTK program could not be multithreaded.

GTK has a global lock around its own stuff, which GNUstep doesn't know
about.  The lock is taken whenever it starts waiting for events.

I think the only way to really do what you want is to run both GNUstep
and GTK in separate processes.


reply via email to

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