1284194Sdelphij
2284194Sdelphij#------------------------------------------------------------------------------
3284194Sdelphij# $File: xwindows,v 1.9 2014/04/30 21:41:02 christos Exp $
4284194Sdelphij# xwindows:  file(1) magic for various X/Window system file formats.
5284194Sdelphij
6284194Sdelphij# Compiled X Keymap 
7284194Sdelphij# XKM (compiled X keymap) files (including version and byte ordering)
8284194Sdelphij1	string	mkx				Compiled XKB Keymap: lsb,
9284194Sdelphij>0	byte	>0				version %d
10284194Sdelphij>0	byte	=0				obsolete
11284194Sdelphij0	string	xkm				Compiled XKB Keymap: msb,
12284194Sdelphij>3	byte	>0				version %d
13284194Sdelphij>3	byte	=0				obsolete
14284194Sdelphij
15284194Sdelphij# xfsdump archive
16284194Sdelphij0	string	xFSdump0			xfsdump archive
17284194Sdelphij>8	belong	x	(version %d)
18284194Sdelphij
19284194Sdelphij# Jaleo XFS files
20284194Sdelphij0	long	395726				Jaleo XFS file
21284194Sdelphij>4	long	x				- version %d
22284194Sdelphij>8	long	x				- [%d -
23284194Sdelphij>20	long	x				\b%dx
24284194Sdelphij>24	long	x				\b%dx
25284194Sdelphij>28	long	1008				\bYUV422]
26284194Sdelphij>28	long	1000				\bRGB24]
27284194Sdelphij
28284194Sdelphij# Xcursor data
29284194Sdelphij# X11 mouse cursor format defined in libXcursor, see
30284194Sdelphij# http://www.x.org/archive/X11R6.8.1/doc/Xcursor.3.html
31284194Sdelphij# http://cgit.freedesktop.org/xorg/lib/libXcursor/tree/include/X11/Xcursor/Xcursor.h
32284194Sdelphij0	string		Xcur		Xcursor data
33284194Sdelphij!:mime	image/x-xcursor
34284194Sdelphij>10	leshort		x		version %d
35284194Sdelphij>>8	leshort		x		\b.%d
36