Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
accde29a
Commit
accde29a
authored
May 30, 2004
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing icons
parent
cbf5a023
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
64 additions
and
1 deletion
+64
-1
modules/gui/wxwindows/bitmaps/loop.xpm
modules/gui/wxwindows/bitmaps/loop.xpm
+21
-0
modules/gui/wxwindows/bitmaps/repeat.xpm
modules/gui/wxwindows/bitmaps/repeat.xpm
+21
-0
modules/gui/wxwindows/bitmaps/shuffle.xpm
modules/gui/wxwindows/bitmaps/shuffle.xpm
+21
-0
modules/gui/wxwindows/playlist.cpp
modules/gui/wxwindows/playlist.cpp
+1
-1
No files found.
modules/gui/wxwindows/bitmaps/loop.xpm
0 → 100644
View file @
accde29a
/* XPM */
static char * loop_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
"... ",
". .. ",
". . ... .... ",
"...... . .. ..",
"... ..... . .",
". . . . .. ..",
". .. .... .... ",
" . ",
" . ",
" ",
" ",
" "};
modules/gui/wxwindows/bitmaps/repeat.xpm
0 → 100644
View file @
accde29a
/* XPM */
static char * repeat_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
" .... .. ",
" . .. . ",
" . . . ",
" . .. . ",
" .... . ",
" ... . ",
" . .. . ",
" . .. . ",
" ",
" ",
" ",
" "};
modules/gui/wxwindows/bitmaps/shuffle.xpm
0 → 100644
View file @
accde29a
/* XPM */
static char * shuffle_on_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
" ",
" ",
" ... . . ... ",
" . . .. . . .",
" ... . . . .",
" .. . .. . .",
" . . . . ... ",
" ",
" ",
" ",
" ",
" "};
modules/gui/wxwindows/playlist.cpp
View file @
accde29a
...
...
@@ -29,7 +29,7 @@
#include "wxwindows.h"
#include "bitmaps/shuffle
_on
.xpm"
#include "bitmaps/shuffle.xpm"
#include "bitmaps/repeat.xpm"
#include "bitmaps/loop.xpm"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment