mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
31 lines
641 B
C
31 lines
641 B
C
|
/* XPM */
|
||
|
static char * quit_xpm[] = {
|
||
|
/* width height num_colors chars_per_pixel */
|
||
|
"20 20 2 1",
|
||
|
/* colors */
|
||
|
" c #BFBFBFBFBFBF",
|
||
|
". c black",
|
||
|
/* pixels */
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" .... ",
|
||
|
" . . ",
|
||
|
" . . ",
|
||
|
" . . ",
|
||
|
" .... .. ",
|
||
|
" ...... . ",
|
||
|
" ......... . ",
|
||
|
" ........... . ",
|
||
|
" ........... . ",
|
||
|
" ........... ",
|
||
|
" ........... ",
|
||
|
" ........... ",
|
||
|
" ........... ",
|
||
|
" ........... ",
|
||
|
" ......... ",
|
||
|
" ...... ",
|
||
|
" "};
|
||
|
|
||
|
|