view gui/ui/pixmaps/empty.xpm @ 33943:de065d751a8c

Change ESC key behavior in fullscreen state. The ESC key shall only switch to normal video window size if there is a video window and during playback. It shall have its default meaning else.
author ib
date Thu, 01 Sep 2011 16:55:14 +0000
parents 520fb0f7544c
children
line wrap: on
line source

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