view gui/ui/pixmaps/aspect.xpm @ 34488:01c19d9b1e83

Print an error when streams behave in a way that the cache cannot handle.
author reimar
date Sun, 15 Jan 2012 12:38:38 +0000
parents 520fb0f7544c
children 7139c58dc1ed
line wrap: on
line source

/* XPM */
static const char * const aspect_xpm[] = {
"16 16 3 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"                ",
"                ",
"  ............. ",
" .+++++++++++++.",
" .+....+...+..+.",
" .++++++...+..+.",
" .+........+..+.",
" .+........+..+.",
" .+........+..+.",
" .++++++++++..+.",
" .+...........+.",
" .+...........+.",
" .+++++++++++++.",
"  ............. ",
"                ",
"                "};