diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-02-22 17:05:58 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-02-22 17:05:58 +0000 |
| commit | e841b13166218ba152595a7c0adf5b70c4e5558d (patch) | |
| tree | fbb9de20f67208fe6cdaf24a218368cae5e2e1e2 /OPJViewer/source/icon4.xpm | |
| parent | 7cb2194c8e31acc867e6f674ca16c67764f09ba0 (diff) | |
Added the OPJViewer Module (/OPJViewer), developed by Giuseppe Baruffa of the University of Perugia
Diffstat (limited to 'OPJViewer/source/icon4.xpm')
| -rw-r--r-- | OPJViewer/source/icon4.xpm | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/OPJViewer/source/icon4.xpm b/OPJViewer/source/icon4.xpm new file mode 100644 index 00000000..a18e1a70 --- /dev/null +++ b/OPJViewer/source/icon4.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char *icon4_xpm[] = { +/* columns rows colors chars-per-pixel */ +"32 32 5 1", +". c Black", +"o c #8399B4", +"X c #8DA0B9", +" c None", +"O c #800000", +/* pixels */ +" ", +" ", +" ", +" ", +" ", +" ", +" ....... ", +" .XXXXXo. ", +" .XXXXXXX. ", +" .................... ", +" .OOOOOOOOOOOOOOOOOO. ", +" .OOOOOOOOOOOOOOOOOO. ", +" .OOOOOOOOOOOOOOOOOO. ", +" .OOOOOOOOOOOOOOOOOO. ", +" .OOOOOOOOOOOOOOOOOO. ", +" .OOOOOOOOOOOOOOOOOO. ", +" .OOOOOOOOOOOOOOOOOO. ", +" .OOOOOOOOOOOOOOOOOO. ", +" .OOOOOOOOOOOOOOOOOO. ", +" .OOOOOOOOOOOOOOOOOO. ", +" .OOOOOOOOOOOOOOOOOO. ", +" .OOOOOOOOOOOOOOOOOO. ", +" .OOOOOOOOOOOOOOOOOO. ", +" .................... ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; |
