diff options
author | marha <marha@users.sourceforge.net> | 2011-01-18 16:22:37 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-18 16:22:37 +0000 |
commit | bd6df75c18714c1d819adb07cc425cf74355a2a2 (patch) | |
tree | 8d380b6c712d6123e1765f3f250af0b583b120bb /xorg-server/bitmaps/opendot | |
parent | 9d9a6fe500f361ad16c24441810bd9d00cf1727f (diff) | |
parent | fe39224c389ccc187c2232d9cc796599e150fa6b (diff) | |
download | vcxsrv-bd6df75c18714c1d819adb07cc425cf74355a2a2.tar.gz vcxsrv-bd6df75c18714c1d819adb07cc425cf74355a2a2.tar.bz2 vcxsrv-bd6df75c18714c1d819adb07cc425cf74355a2a2.zip |
svn merge "^/branches/released" .
added XtErrorDB file
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}; |