summaryrefslogtreecommitdiff
path: root/examples/ide/continue.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ide/continue.xpm')
-rw-r--r--examples/ide/continue.xpm27
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/ide/continue.xpm b/examples/ide/continue.xpm
new file mode 100644
index 00000000..f44f61d7
--- /dev/null
+++ b/examples/ide/continue.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char * continue_xpm[] = {
+"20 22 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" . . ",
+" .. .. ",
+" ... ... ",
+" .... .... ",
+" ..... ..... ",
+" ...... ...... ",
+" ....... ....... ",
+" ........ ........ ",
+" .................. ",
+" .................. ",
+" ........ ........ ",
+" ....... ....... ",
+" ...... ...... ",
+" ..... ..... ",
+" .... .... ",
+" ... ... ",
+" .. .. ",
+" . . ",
+" ",
+" "};