1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00

Missing icons

This commit is contained in:
Clément Stenac 2004-05-30 14:44:00 +00:00
parent cbf5a0231c
commit accde29a21
4 changed files with 64 additions and 1 deletions

View File

@ -0,0 +1,21 @@
/* XPM */
static char * loop_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
"... ",
". .. ",
". . ... .... ",
"...... . .. ..",
"... ..... . .",
". . . . .. ..",
". .. .... .... ",
" . ",
" . ",
" ",
" ",
" "};

View File

@ -0,0 +1,21 @@
/* XPM */
static char * repeat_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
" .... .. ",
" . .. . ",
" . . . ",
" . .. . ",
" .... . ",
" ... . ",
" . .. . ",
" . .. . ",
" ",
" ",
" ",
" "};

View File

@ -0,0 +1,21 @@
/* XPM */
static char * shuffle_on_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
" ",
" ",
" ... . . ... ",
" . . .. . . .",
" ... . . . .",
" .. . .. . .",
" . . . . ... ",
" ",
" ",
" ",
" ",
" "};

View File

@ -29,7 +29,7 @@
#include "wxwindows.h"
#include "bitmaps/shuffle_on.xpm"
#include "bitmaps/shuffle.xpm"
#include "bitmaps/repeat.xpm"
#include "bitmaps/loop.xpm"