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
221c40a86c
mpv
/
gui
/
mplayer
/
pixmaps
/
empty1px.xpm
6 lines
84 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 xpm arrays really const (I missed that they are not strings but array of strings (string pointers)). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25743 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-13 16:52:33 +00:00
static
const
char
*
const
empty1px_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
"
1 1 1 1
"
,
"
c None
"
,
"
"
}
;