aboutsummaryrefslogtreecommitdiff
path: root/sandbox/trash.xbm
diff options
context:
space:
mode:
authorlecoanet2003-10-02 13:08:50 +0000
committerlecoanet2003-10-02 13:08:50 +0000
commita3f8c8cf22a10344864fa34c37ad056f22a97400 (patch)
tree78b536c353e79318668a3fd48ce60efb3f41d790 /sandbox/trash.xbm
parentc0555ae91295a2e1a42440bd4e3846246583d76e (diff)
downloadtkzinc-a3f8c8cf22a10344864fa34c37ad056f22a97400.zip
tkzinc-a3f8c8cf22a10344864fa34c37ad056f22a97400.tar.gz
tkzinc-a3f8c8cf22a10344864fa34c37ad056f22a97400.tar.bz2
tkzinc-a3f8c8cf22a10344864fa34c37ad056f22a97400.tar.xz
*** empty log message ***
Diffstat (limited to 'sandbox/trash.xbm')
-rw-r--r--sandbox/trash.xbm6
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/trash.xbm b/sandbox/trash.xbm
new file mode 100644
index 0000000..0370f11
--- /dev/null
+++ b/sandbox/trash.xbm
@@ -0,0 +1,6 @@
+#define trash_width 16
+#define trash_height 16
+static char trash_bits[] = {
+ 0x00, 0x01, 0xe0, 0x0f, 0x10, 0x10, 0xf8, 0x3f, 0x10, 0x10, 0x50, 0x15,
+ 0x50, 0x15, 0x50, 0x15, 0x50, 0x15, 0x50, 0x15, 0x50, 0x15, 0x50, 0x15,
+ 0x50, 0x15, 0x10, 0x10, 0xe0, 0x0f, 0x00, 0x00};