summaryrefslogtreecommitdiffstats
path: root/kscd/bitmaps/stop.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'kscd/bitmaps/stop.xbm')
-rw-r--r--kscd/bitmaps/stop.xbm7
1 files changed, 7 insertions, 0 deletions
diff --git a/kscd/bitmaps/stop.xbm b/kscd/bitmaps/stop.xbm
new file mode 100644
index 00000000..1f176d13
--- /dev/null
+++ b/kscd/bitmaps/stop.xbm
@@ -0,0 +1,7 @@
+#define stop_width 16
+#define stop_height 16
+static unsigned char stop_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x0f, 0xf0, 0x0f,
+ 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+};