summaryrefslogtreecommitdiff
path: root/mask.bitmap
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2014-01-07 14:22:55 +0000
committerMatthew Vernon <matthew@debian.org>2014-01-07 14:22:55 +0000
commitbd23210709886d1585494c9153dfcbd938a1a767 (patch)
tree38dbfc0ac81d3e3cdd1d5a555adc9bdd75774dfd /mask.bitmap
xtrlock (2.6) unstable; urgency=low
* patch from Simon Ruderich to correctly add hardening flags * check returns of setuid and setgid * build-depend on dpkg-dev # imported from the archive
Diffstat (limited to 'mask.bitmap')
-rw-r--r--mask.bitmap19
1 files changed, 19 insertions, 0 deletions
diff --git a/mask.bitmap b/mask.bitmap
new file mode 100644
index 0000000..96bb4d8
--- /dev/null
+++ b/mask.bitmap
@@ -0,0 +1,19 @@
+#define mask_width 28
+#define mask_height 40
+#define mask_x_hot 14
+#define mask_y_hot 21
+static char mask_bits[] = {
+ 0x00, 0xfe, 0x07, 0x00, 0x80, 0xff, 0x1f, 0x00, 0xc0, 0xff, 0x3f, 0x00,
+ 0xe0, 0xff, 0x7f, 0x00, 0xf0, 0xff, 0xff, 0x00, 0xf8, 0xff, 0xff, 0x01,
+ 0xf8, 0x03, 0xfc, 0x01, 0xf8, 0x01, 0xf8, 0x01, 0xfc, 0x01, 0xf8, 0x03,
+ 0xfc, 0x00, 0xf0, 0x03, 0xfc, 0x00, 0xf0, 0x03, 0xfc, 0x00, 0xf0, 0x03,
+ 0xfc, 0x00, 0xf0, 0x03, 0xfc, 0x00, 0xf0, 0x03, 0xfc, 0x00, 0xf0, 0x03,
+ 0xfc, 0x00, 0xf0, 0x03, 0xfc, 0x00, 0xf0, 0x03, 0xfc, 0x00, 0xf0, 0x03,
+ 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0x0f,
+ 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0x0f,
+ 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0x0f,
+ 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0x0f,
+ 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0x0f,
+ 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0x0f,
+ 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0x0f,
+ 0xff, 0xff, 0xff, 0x0f};