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