diff options
author | marha <marha@users.sourceforge.net> | 2011-01-18 16:11:45 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-18 16:11:45 +0000 |
commit | fe39224c389ccc187c2232d9cc796599e150fa6b (patch) | |
tree | 8b324e9426bfe035e27287d272ac9d5432102c2a /xorg-server/bitmaps/scales | |
parent | 0cebe8443b7c3ebf838d1a58a83851d79a6fba1e (diff) | |
download | vcxsrv-fe39224c389ccc187c2232d9cc796599e150fa6b.tar.gz vcxsrv-fe39224c389ccc187c2232d9cc796599e150fa6b.tar.bz2 vcxsrv-fe39224c389ccc187c2232d9cc796599e150fa6b.zip |
Added xbitmaps-1.1.1
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}; |