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