emacs-devel
[Top][All Lists]
Advanced

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

Re: Merging the pgtk branch


From: Po Lu
Subject: Re: Merging the pgtk branch
Date: Mon, 06 Dec 2021 21:24:12 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Yuuki Harano <masm+emacs@masm11.me> writes:

> "Tens of GLib warnings messages" does not reproduce for me.  Gtk+ 3.24.30.
> Please tell me the detail.

I fixed the warning messages.  Turns out it was the code in
`xg_set_special_colors' using FRAME_GTK_OUTER_WIDGET (which is NULL in
pgtk child frames), which makes GTK emit lots of warning messages.

> I found a way to crash:
> ----
> (setq f1 (selected-frame))
> (setq f2 (make-frame))
> (setq f (make-frame `((parent-frame . ,f1) (width . 10) (height . 5))))
> (modify-frame-parameters f1 `((parent-frame . ,f2)))
> (modify-frame-parameters f1 `((parent-frame . ,nil)))
> ----
> I'll debug this.

Thanks.


reply via email to

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