[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Modifier handling in pgtk
From: |
Po Lu |
Subject: |
Re: Modifier handling in pgtk |
Date: |
Sun, 12 Dec 2021 09:15:38 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux) |
Brennan Vincent <brennan@umanwizard.com> writes:
> I'm confused about what's going on here -- why do we need to set up this
> state in dpyinfo at all; why can't we just compare against
> GDK_HYPER_MASK, GDK_SUPER_MASK, etc. directly in
This is probably a vestige of the X code most of the PGTK code was
derived from. I will remove it in favour of the more idomatic GDK
modifier masks performed by GTK in a while, if Yuuki has no objections.