diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /vendor/x11iraf/xpm/icons/mouse.xpm | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'vendor/x11iraf/xpm/icons/mouse.xpm')
-rw-r--r-- | vendor/x11iraf/xpm/icons/mouse.xpm | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/vendor/x11iraf/xpm/icons/mouse.xpm b/vendor/x11iraf/xpm/icons/mouse.xpm new file mode 100644 index 00000000..6e5006c1 --- /dev/null +++ b/vendor/x11iraf/xpm/icons/mouse.xpm @@ -0,0 +1,61 @@ +/* XPM2 C */ +static char * ppm[] = { +/* ppm pixmap + * width height ncolors chars_per_pixel */ +"64 52 2 1 ", +" c #000000 s s_#000000 ", +". c #00FF00 s s_#00FF00 ", +/* pixels */ +" ", +" ", +" ", +" .... ... ", +" . .. . ", +" . .. . ", +" .......... . . ", +" . ...... ...... . ", +" . ... .... . ..... ", +" .... ... .... ", +" ... .......... ... ... ", +" ...... ...... .. ... .... ", +" .............. .......... ... ... ... ", +" ....... ........ ... ... ........ . .... ", +" .. ... .. ... . ... ", +" ..... .. .. ... ", +" .... . .. ....... ", +" ..... . .. . . .. .... . . ", +" .... .. . .. .... .. . ", +" . .. ........ . . . ", +" .. .. . . .... ", +" ..... ... ... .. .. ", +" ..... ......... .. . .. . ", +" ..... ... .... ", +" ", +" ", +" ", +" ", +" ", +" .... ... ", +" . .. . ", +" . .. . ", +" .......... . . ", +" . ...... ...... . ", +" . ... .... . ..... ", +" .... ... .... ", +" ... .......... ... ... ", +" ...... ...... .. ... .... ", +" .............. .......... ... ... ... ", +" ....... ........ ... ... ........ . .... ", +" .. ... .. ... . ... ", +" ..... .. .. ... ", +" .... . .. ....... ", +" ..... . .. . . .. .... . . ", +" .... .. . .. .... .. . ", +" . .. ........ . . . ", +" .. .. . . .... ", +" ..... ... ... .. .. ", +" ..... ......... .. . .. . ", +" ..... ... .... ", +" ", +" " +} ; |