diff options
Diffstat (limited to 'gui/mplayer/pixmaps/empty.xpm')
-rw-r--r-- | gui/mplayer/pixmaps/empty.xpm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gui/mplayer/pixmaps/empty.xpm b/gui/mplayer/pixmaps/empty.xpm new file mode 100644 index 0000000000..9cff92d2f4 --- /dev/null +++ b/gui/mplayer/pixmaps/empty.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static const char * empty_xpm[] = { +"16 16 1 1", +" c None", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; |