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: Thu, 18 Aug 2022 07:01:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

>>>>> Po Lu <luangruo@yahoo.com> writes:

    > 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);

    > Right, thanks... In retrospect, that was pretty obvious.

    > Now fixed on master.

Thank you.



reply via email to

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