diff options
Diffstat (limited to 'art/attachment.xpm')
-rw-r--r-- | art/attachment.xpm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/art/attachment.xpm b/art/attachment.xpm new file mode 100644 index 0000000000..1bcc0386d2 --- /dev/null +++ b/art/attachment.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * attachment_xpm[] = { +"16 16 2 1", +" c None", +". c #000000", +" ", +" ", +" ... ", +" . . . ", +" . . . . ", +" . . . . ", +" . . . . ", +" . . . . ", +" . . . . ", +" . . . . ", +" . . . . ", +" . . . ", +" . . ", +" . . ", +" ... ", +" "}; |