]> git.sesse.net Git - vlc/commitdiff
Missing icons
authorClément Stenac <zorglub@videolan.org>
Sun, 30 May 2004 14:44:00 +0000 (14:44 +0000)
committerClément Stenac <zorglub@videolan.org>
Sun, 30 May 2004 14:44:00 +0000 (14:44 +0000)
modules/gui/wxwindows/bitmaps/loop.xpm [new file with mode: 0644]
modules/gui/wxwindows/bitmaps/repeat.xpm [new file with mode: 0644]
modules/gui/wxwindows/bitmaps/shuffle.xpm [new file with mode: 0644]
modules/gui/wxwindows/playlist.cpp

diff --git a/modules/gui/wxwindows/bitmaps/loop.xpm b/modules/gui/wxwindows/bitmaps/loop.xpm
new file mode 100644 (file)
index 0000000..c072619
--- /dev/null
@@ -0,0 +1,21 @@
+/* XPM */
+static char * loop_xpm[] = {
+"16 16 2 1",
+"      c None",
+".     c #000000",
+"                ",
+"                ",
+"                ",
+"                ",
+"...             ",
+". ..            ",
+".  . ...   .... ",
+"......  .  .. ..",
+"... .....  .   .",
+". .  .  .  .. ..",
+". .. ....  .... ",
+"           .    ",
+"           .    ",
+"                ",
+"                ",
+"                "};
diff --git a/modules/gui/wxwindows/bitmaps/repeat.xpm b/modules/gui/wxwindows/bitmaps/repeat.xpm
new file mode 100644 (file)
index 0000000..5520367
--- /dev/null
@@ -0,0 +1,21 @@
+/* XPM */
+static char * repeat_xpm[] = {
+"16 16 2 1",
+"      c None",
+".     c #000000",
+"                ",
+"                ",
+"                ",
+"                ",
+"  ....      ..  ",
+"  .  ..      .  ",
+"  .   .      .  ",
+"  .  ..      .  ",
+"  ....       .  ",
+"  ...        .  ",
+"  . ..       .  ",
+"  .  ..      .  ",
+"                ",
+"                ",
+"                ",
+"                "};
diff --git a/modules/gui/wxwindows/bitmaps/shuffle.xpm b/modules/gui/wxwindows/bitmaps/shuffle.xpm
new file mode 100644 (file)
index 0000000..cffc436
--- /dev/null
@@ -0,0 +1,21 @@
+/* XPM */
+static char * shuffle_on_xpm[] = {
+"16 16 2 1",
+"      c None",
+".     c #000000",
+"                ",
+"                ",
+"                ",
+"                ",
+"                ",
+"                ",
+" ...  .  .  ... ",
+" . .  .. .  .  .",
+" ...  .  .  .  .",
+" ..   . ..  .  .",
+" . .  .  .  ... ",
+"                ",
+"                ",
+"                ",
+"                ",
+"                "};
index 2d76e8081da11c14a4771aef76eae183fbeaae8a..67f824842df60b52dbbc0383b11f6aa42b2054da 100644 (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"