aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--filter/ChangeLog2
-rwxr-xr-xfilter/blank.xpm22
-rwxr-xr-xfilter/check.xpm22
3 files changed, 46 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index a87ffb2a4f..5319a8070a 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,5 +1,7 @@
2000-02-18 NotZed <NotZed@HelixCode.com>
+ * blank/check.xpm: Added forgotten files.
+
* Uh, more changes, lots, its still work in progress.
2000-02-14 NotZed <notzed@helixcode.com>
diff --git a/filter/blank.xpm b/filter/blank.xpm
new file mode 100755
index 0000000000..499f7a04fc
--- /dev/null
+++ b/filter/blank.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char * blank_xpm[] = {
+"16 16 3 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+" ",
+" .............. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .............. ",
+" "};
diff --git a/filter/check.xpm b/filter/check.xpm
new file mode 100755
index 0000000000..74f9b56122
--- /dev/null
+++ b/filter/check.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char * check_xpm[] = {
+"16 16 3 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+" ",
+" .............. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .+++++++++.++. ",
+" .++++++++..++. ",
+" .+++++++...++. ",
+" .++.+++...+++. ",
+" .++..+...++++. ",
+" .++.....+++++. ",
+" .+++...++++++. ",
+" .++++.+++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .............. ",
+" "};