aboutsummaryrefslogtreecommitdiff
path: root/src/pixmaps/mark.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'src/pixmaps/mark.xpm')
-rw-r--r--src/pixmaps/mark.xpm16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/pixmaps/mark.xpm b/src/pixmaps/mark.xpm
new file mode 100644
index 00000000..de17d9c9
--- /dev/null
+++ b/src/pixmaps/mark.xpm
@@ -0,0 +1,16 @@
+/* XPM */
+static char * mark_xpm[] = {
+"10 10 3 1",
+" c None",
+". c #FFFFFF",
+"+ c #000000",
+" ..",
+" .+.",
+" .++.",
+".. .+++.",
+".+. .+++. ",
+".++.+++. ",
+".+++++. ",
+" .+++. ",
+" .+. ",
+" . "};