This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
mpv
mirror of
https://github.com/mpv-player/mpv
Watch
1
Star
0
Fork
You've already forked mpv
0
Code
Issues
Releases
Wiki
Activity
3a5074f460
mpv
/
Gui
/
mplayer
/
pixmaps
/
empty.xpm
21 lines
392 B
C
Raw
Normal View
History
Unescape
Escape
icons for the GUI context menu patch by Piero di Vita <scognito at acaro dot org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13853 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-02 14:45:03 +00:00
/* XPM */
Make most of the xpm-files read 'const char*' instead of 'char*' to reflect the read-only status of the xpm-definitions. patch by Stefan Huehner stefan$$at$$huehner$$dot$$org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18776 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-21 17:42:54 +00:00
static
const
char
*
empty_xpm
[
]
=
{
icons for the GUI context menu patch by Piero di Vita <scognito at acaro dot org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13853 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-02 14:45:03 +00:00
"
16 16 1 1
"
,
"
c None
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
,
"
"
}
;