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/opendot | |
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/opendot')
-rw-r--r-- | xorg-server/bitmaps/opendot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xorg-server/bitmaps/opendot b/xorg-server/bitmaps/opendot new file mode 100644 index 000000000..a8ec421df --- /dev/null +++ b/xorg-server/bitmaps/opendot @@ -0,0 +1,8 @@ +#define opendot_width 16 +#define opendot_height 16 +#define opendot_x_hot 7 +#define opendot_y_hot 7 +static char opendot_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x01, + 0x60, 0x03, 0x20, 0x02, 0x60, 0x03, 0xc0, 0x01, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; |