view Gui/mplayer/pixmaps/empty.xpm @ 19820:e5d97c5f3c32

Move dvdcss.h to a dvdcss subdirectory, just like upstream libdvdcss does. This considerably reduces our local patch size.
author diego
date Wed, 13 Sep 2006 13:36:49 +0000
parents 518b5935a909
children
line wrap: on
line source

/* XPM */
static const char * empty_xpm[] = {
"16 16 1 1",
" 	c None",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                "};