diff options
Diffstat (limited to 'attic/muse2-oom/muse2/xpm/underlined.xpm')
-rw-r--r-- | attic/muse2-oom/muse2/xpm/underlined.xpm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/attic/muse2-oom/muse2/xpm/underlined.xpm b/attic/muse2-oom/muse2/xpm/underlined.xpm new file mode 100644 index 00000000..a84a1e7d --- /dev/null +++ b/attic/muse2-oom/muse2/xpm/underlined.xpm @@ -0,0 +1,16 @@ +/* XPM */ +static const char * underlined_xpm[] = { +"11 11 2 1", +" g None", +". g #000000", +" .... ... ", +" .. . ", +" .. . ", +" .. . ", +" .. . ", +" .. . ", +" .. . ", +" ... .. ", +" ..... ", +" ", +" ......... "}; |