mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 16:43:23 -05:00
Right now this xpm is just used by the menu system .. not exactly 32x32 or given
the proper colors, but it does work.
This commit is contained in:
parent
022074dba6
commit
706ac3f910
85
gbootroot.xpm
Normal file
85
gbootroot.xpm
Normal file
@ -0,0 +1,85 @@
|
|||||||
|
/* XPM */
|
||||||
|
|
||||||
|
/*
|
||||||
|
# make_debian Copyright (C) 2001 from gBootRoot
|
||||||
|
# Lead Developer and Project Coordinator
|
||||||
|
# Jonathan Rosenbaum <freesource@users.sourceforge.net>
|
||||||
|
#
|
||||||
|
# http://gbootroot.sourceforge.net
|
||||||
|
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
|
|
||||||
|
# My own creation - the roots touch the ground if three lines are added.
|
||||||
|
*/
|
||||||
|
|
||||||
|
static char * gbootroot[]={
|
||||||
|
"32 45 3 1",
|
||||||
|
" c None",
|
||||||
|
". c SaddleBrown",
|
||||||
|
"X c black",
|
||||||
|
" ... ... ",
|
||||||
|
" ... ... ",
|
||||||
|
" ... ... ",
|
||||||
|
" ... ... ",
|
||||||
|
" ... ... ",
|
||||||
|
" ... ... ",
|
||||||
|
" ... ... ",
|
||||||
|
" ... ... ",
|
||||||
|
" ... ... ",
|
||||||
|
" ... .. ",
|
||||||
|
" ... ... ",
|
||||||
|
" ... ... ",
|
||||||
|
" .... ... ",
|
||||||
|
" .... ... ",
|
||||||
|
" .... ... ",
|
||||||
|
" .... ............. ",
|
||||||
|
" ..... ............. ",
|
||||||
|
" ...... ............. ",
|
||||||
|
" ....... ...",
|
||||||
|
"......... ..",
|
||||||
|
"................................",
|
||||||
|
"................................",
|
||||||
|
"............................... ",
|
||||||
|
"......... XXXXX ............ ",
|
||||||
|
"........ XXX .......... ",
|
||||||
|
"........ XXX ........ ",
|
||||||
|
" XXXXXX ",
|
||||||
|
" XXX XXX X XX XX ",
|
||||||
|
" X XXXXX X X X ",
|
||||||
|
" XX XXX X XX ",
|
||||||
|
" X XX X X ",
|
||||||
|
" X XX X XX X ",
|
||||||
|
" XX XX X XXXXX ",
|
||||||
|
" X XXXX XXX XXXXX X ",
|
||||||
|
" XX XX XX X XX ",
|
||||||
|
" X X X X X ",
|
||||||
|
" X XX X XX X ",
|
||||||
|
" X XX XX X ",
|
||||||
|
" X XX XXXXXXX XXX ",
|
||||||
|
" XX XX XXX ",
|
||||||
|
" XX XX XXXX XX XX ",
|
||||||
|
" XX XXX X XXXXXXX X ",
|
||||||
|
" X XXX X XX ",
|
||||||
|
" XX XXXXXXX XXX ",
|
||||||
|
" X XX X ",
|
||||||
|
" X X "
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user