diff options
Diffstat (limited to 'xorg-server/bitmaps/scales')
-rw-r--r-- | xorg-server/bitmaps/scales | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xorg-server/bitmaps/scales b/xorg-server/bitmaps/scales new file mode 100644 index 000000000..e5aac6acb --- /dev/null +++ b/xorg-server/bitmaps/scales @@ -0,0 +1,6 @@ +#define scales_width 16 +#define scales_height 16 +static char scales_bits[] = { + 0x10, 0x10, 0x10, 0x10, 0x28, 0x28, 0xc7, 0xc7, 0x01, 0x01, 0x01, 0x01, + 0x82, 0x82, 0x7c, 0x7c, 0x10, 0x10, 0x10, 0x10, 0x28, 0x28, 0xc7, 0xc7, + 0x01, 0x01, 0x01, 0x01, 0x82, 0x82, 0x7c, 0x7c}; |