annotate Gui/mplayer/pixmaps/empty1px.xpm @ 19325:0a78cbf7c24f

auto-detection of mpeg-ps in mov; initial patch by John Koleszar jkoleszar on2 com (fixed by me)
author nicodvb
date Fri, 04 Aug 2006 20:18:21 +0000
parents 518b5935a909
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13852
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
1 /* XPM */
18773
518b5935a909 Make most of the xpm-files read 'const char*' instead of 'char*'
diego
parents: 13852
diff changeset
2 static const char * empty1px_xpm[] = {
13852
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
3 "1 1 1 1",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
4 " c None",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
5 " "};