emacs-devel
[Top][All Lists]
Advanced

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

Re: X protocol error


From: Colin Baxter
Subject: Re: X protocol error
Date: Wed, 17 Aug 2022 16:29:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

>>>>> Robert Pluim <rpluim@gmail.com> writes:

    > BTW, this is bug#57261. The following fixes it for me:

    > diff --git a/src/xterm.c b/src/xterm.c index
    > a40440e0da..a329ca59d0 100644 --- a/src/xterm.c +++ b/src/xterm.c
    > @@ -27654,6 +27654,8 @@ xi_select_hierarchy_events (struct
    > x_display_info *dpyinfo) memset (m, 0, l); mask.mask_len = l;
 
    > + mask.deviceid = XIAllDevices; + XISetMask (m, XI_PropertyEvent);
    > XISetMask (m, XI_HierarchyChanged); XISetMask (m,
    > XI_DeviceChanged);

I can confirm that your patch works for me too. Thank you.

Best wishes,



reply via email to

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