diff options
author | marha <marha@users.sourceforge.net> | 2009-11-06 15:42:44 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-06 15:42:44 +0000 |
commit | fa6c428cc762a412544f98f3514dd05158b1cf9b (patch) | |
tree | eacb5c5ee0a6e7cf699600bc626a20c6bc12f9a1 /apps/xload/xload.bit | |
parent | af107bc67aab2009b8799126bab32a386dcc8ee1 (diff) | |
download | vcxsrv-fa6c428cc762a412544f98f3514dd05158b1cf9b.tar.gz vcxsrv-fa6c428cc762a412544f98f3514dd05158b1cf9b.tar.bz2 vcxsrv-fa6c428cc762a412544f98f3514dd05158b1cf9b.zip |
Reverted revison 267
Diffstat (limited to 'apps/xload/xload.bit')
-rw-r--r-- | apps/xload/xload.bit | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/xload/xload.bit b/apps/xload/xload.bit deleted file mode 100644 index b4b038aaf..000000000 --- a/apps/xload/xload.bit +++ /dev/null @@ -1,16 +0,0 @@ -#define xload_width 32 -#define xload_height 32 -#define xload_x_hot 15 -#define xload_y_hot 16 -static unsigned char xload_bits[] = { - 0x00, 0x00, 0xc0, 0x03, 0x1e, 0x00, 0xf0, 0x03, 0x00, 0x00, 0xf8, 0x03, - 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0xfc, 0x03, 0x00, 0x00, 0xfe, 0x03, - 0xff, 0xff, 0xff, 0xff, 0x00, 0x80, 0xff, 0x03, 0x00, 0xc0, 0xff, 0x03, - 0xff, 0xff, 0xff, 0xff, 0x00, 0xe0, 0xff, 0x03, 0x00, 0xf0, 0xff, 0x03, - 0xff, 0xff, 0xff, 0xff, 0x00, 0xf8, 0xff, 0x03, 0x00, 0xf8, 0xff, 0x03, - 0xff, 0xff, 0xff, 0xff, 0x00, 0xfc, 0xff, 0x03, 0x00, 0xfc, 0xff, 0x03, - 0xff, 0xff, 0xff, 0xff, 0x00, 0xfe, 0xff, 0x03, 0x00, 0xfe, 0xff, 0x03, - 0xff, 0xff, 0xff, 0xff, 0x00, 0xff, 0xff, 0x03, 0x00, 0xff, 0xff, 0x03, - 0xff, 0xff, 0xff, 0xff, 0x80, 0xff, 0xff, 0x03, 0xc0, 0xff, 0xff, 0x03, - 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0x03, 0xff, 0xff, 0xff, 0x03, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03}; |