diff options
Diffstat (limited to 'app/bin/bitmaps/dcurve4.xpm')
-rw-r--r-- | app/bin/bitmaps/dcurve4.xpm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app/bin/bitmaps/dcurve4.xpm b/app/bin/bitmaps/dcurve4.xpm new file mode 100644 index 0000000..2474481 --- /dev/null +++ b/app/bin/bitmaps/dcurve4.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * dcurve4_xpm[] = { +"16 16 3 1", +" c None", +". c #000000000000", +"X c #FFFF00000000", +" ", +" ..... ", +" ........", +" .... ..", +" ... ", +" .XXXXXX ", +" ..XXX ", +" .. XXX ", +" .. X X .", +" .. X X . ", +" .. X X . ", +" .. X. ", +" .. .X ", +" .. . ", +" .. . ", +" .. . "}; |