/usr/share/games/xpat/dummy.xpm is in xpat2 1.07-20.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | /* empty XPM */
static char *dummy[] = {
/* width height num_colors chars_per_pixel */
" 9 5 1 1",
/* colors */
". c #d9d9d9",
/* pixels */
".........",
".........",
".........",
".........",
"........."
};
|