diff options
| author | Xin LI <delphij@FreeBSD.org> | 2026-06-03 04:37:29 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2026-06-03 04:37:29 +0000 |
| commit | 79746c47b95c50bfab9b70e86bafdfeb844d9118 (patch) | |
| tree | 3e1ea3960c21349604c2a4f3744f6da7c0ecad45 /magic/Magdir/xwindows | |
| parent | 995a16e0c2eb64b0875bccf37e696bddf35c3846 (diff) | |
Diffstat (limited to 'magic/Magdir/xwindows')
| -rw-r--r-- | magic/Magdir/xwindows | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/magic/Magdir/xwindows b/magic/Magdir/xwindows index d8c08c8702e7..7acbe5f7796a 100644 --- a/magic/Magdir/xwindows +++ b/magic/Magdir/xwindows @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: xwindows,v 1.13 2022/03/24 15:48:58 christos Exp $ +# $File: xwindows,v 1.14 2025/04/06 19:18:03 christos Exp $ # xwindows: file(1) magic for various X/Window system file formats. # Compiled X Keymap @@ -29,10 +29,11 @@ # X11 mouse cursor format defined in libXcursor, see # https://www.x.org/archive/X11R6.8.1/doc/Xcursor.3.html # https://cgit.freedesktop.org/xorg/lib/libXcursor/tree/include/X11/Xcursor/Xcursor.h -0 string Xcur Xcursor data +0 string Xcur +>4 lelong <64 Xcursor data !:mime image/x-xcursor ->10 leshort x version %d ->>8 leshort x \b.%d +>>10 leshort x version %d +>>>8 leshort x \b.%d # X bitmap https://en.wikipedia.org/wiki/X_BitMap 0 search/2048 #define\040 |
