mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
773eda1929
to work under GIMP 1.2.x -- at taniwha's urging, I am checking this into CVS. You need libgtk+ v1.2, libgtkglarea v5, libgimp v1.2 (or thereabouts) to get this to work.
21 lines
401 B
C
21 lines
401 B
C
/* XPM */
|
|
static char * begin_xpm[] = {
|
|
"16 16 2 1",
|
|
" c None",
|
|
". c #000000",
|
|
" ",
|
|
" ",
|
|
" ... .. ",
|
|
" ... ... ",
|
|
" ... ..... ",
|
|
" ... ....... ",
|
|
" ............ ",
|
|
" ............ ",
|
|
" ............ ",
|
|
" ... ....... ",
|
|
" ... ..... ",
|
|
" ... ... ",
|
|
" ... .. ",
|
|
" ",
|
|
" ",
|
|
" "};
|