diff options
Diffstat (limited to 'libimage/img2.xpm')
-rw-r--r-- | libimage/img2.xpm | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/libimage/img2.xpm b/libimage/img2.xpm new file mode 100644 index 0000000..f4046e4 --- /dev/null +++ b/libimage/img2.xpm @@ -0,0 +1,56 @@ +/* XPM */ +static char * img2_xpm[] = { +"42 50 3 1", +" c None", +". c #000000", +"+ c #FFFFFF", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" .......... ", +" ......++++++++.... ", +" ...++++++++++++++++.. ", +" .+++++++++++++++++++.. ", +" .++++++++++++++++++++.. ", +" .++++.........++++++++. ", +" .+.... ..+++++++.. ", +" .... ..+++++++. ", +" . .+++++++. ", +" .+++++++. ", +" .+++++++. ", +" .++++++.. ", +" ..++++++. ", +" .++++++.. ", +" ..+++++.. ", +" ..++++++. ", +" ..++++++.. ", +" ..+++++... ", +" ..+++++.. ", +" ...+++++.. ", +" ..++++++.. ", +" ..+++++... ", +" ...+++++.. ", +" ..++++++.. ", +" ..++++++.. ", +" ..++++++.. ", +" ...+++++... ", +" ..++++++.. ", +" ..+++++++. ", +" ..++++++++............... ", +" .+++++++++++++++++++++++. ", +" .+++++++++++++++++++++++. ", +" .+++++++++++++++++++++++. ", +" ..++++++++++++++++++++++.. ", +" .+++++++++++++++++++++++. ", +" ......................... ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; |