[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.
- Re: Merging the pgtk branch, (continued)
Re: Merging the pgtk branch, Po Lu, 2021/12/02
Re: Merging the pgtk branch, Eli Zaretskii, 2021/12/05
- Re: Merging the pgtk branch, Yuuki Harano, 2021/12/05
- Re: Merging the pgtk branch, Eli Zaretskii, 2021/12/05
- Re: Merging the pgtk branch, Po Lu, 2021/12/05
- Re: Merging the pgtk branch, Po Lu, 2021/12/05
- Re: Merging the pgtk branch, Yuuki Harano, 2021/12/06
- Re: Merging the pgtk branch,
Po Lu <=
- Re: Merging the pgtk branch, Yuuki Harano, 2021/12/06
- Re: Merging the pgtk branch, Po Lu, 2021/12/09
- Re: Merging the pgtk branch, Po Lu, 2021/12/18
- Re: Merging the pgtk branch, Yuuki Harano, 2021/12/18
- Re: Merging the pgtk branch, Eli Zaretskii, 2021/12/18
- Re: Merging the pgtk branch, Po Lu, 2021/12/18
- Re: Merging the pgtk branch, Eli Zaretskii, 2021/12/18
- Re: Merging the pgtk branch, Po Lu, 2021/12/18
Re: Merging the pgtk branch, Po Lu, 2021/12/18
Re: Merging the pgtk branch, Eli Zaretskii, 2021/12/18