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