NetBSD-Users archive

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

Re: Listing X11 grabs with XF86LogGrabInfo



On Mon, Mar 25, 2024 at 10:35:43PM +0000, RVP wrote:
> On Mon, 25 Mar 2024, Rob Whitlock wrote:
> 
> > Is there some trick to enabling this functionality
> > 
> 
> Yes. Try again after applying this patch (and restarting X).
> 
> ```
> --- usr/X11R7/lib/X11/XKeysymDB.orig	2024-03-18 22:47:19.000000000 +0000
> +++ usr/X11R7/lib/X11/XKeysymDB	2024-03-25 21:36:39.970222356 +0000
> @@ -370,6 +370,9 @@
>  XF86_ClearGrab		:1008FE21
>  XF86_Next_VMode		:1008FE22
>  XF86_Prev_VMode		:1008FE23
> +XF86LogWindowTree	:1008FE24
> +XF86LogGrabInfo	:1008FE25
> +
> 
>  usldead_acute		:100000A8
>  usldead_grave		:100000A9
> ```

In current (it has been updated very recently) Xorg xorgproto
(https://gitlab.freedesktop.org/xorg/proto/xorgproto), the
Keysyms in include/X11/XF86keysym.h are:

#define XF86XK_LogWindowTree         0x1008fe24  /* print window tree to log   */
#define XF86XK_LogGrabInfo           0x1008fe25  /* print all active gra bs to log */
-- 
        Thierry Laronde <tlaronde +AT+ kergis +dot+ com>
                     http://www.kergis.com/
                    http://kertex.kergis.com/
Key fingerprint = 0FF7 E906 FBAF FE95 FD89  250D 52B1 AE95 6006 F40C


Home | Main Index | Thread Index | Old Index