Update of /cvsroot/gaim/gaim/pixmaps/protocols/gg
In directory usw-pr-cvs1:/tmp/cvs-serv1602/pixmaps/protocols/gg
Added Files:
Makefile.am gg_suncloud.xpm gg_sunred.xpm gg_sunwhitered.xpm
gg_sunyellow.xpm
Log Message:
Moving all prpl-specific pixmaps to subdirs as Rob did with OSCAR, MSN, and
Yahoo
--- NEW FILE: Makefile.am ---
EXTRA_DIST = gg_suncloud.xpm \
gg_sunred.xpm \
gg_sunwhitered.xpm \
gg_sunyellow.xpm
--- NEW FILE: gg_suncloud.xpm ---
/* XPM */
static char * gg_suncloud_xpm[] = {
"18 18 7 1",
" c None",
". c #FF0000",
"+ c #7F7F7F",
"@ c #FFFF00",
"# c #000000",
"$ c #00007F",
"% c #00FFFF",
" ",
" . ",
" .+ ",
" . .+ . ",
" . ..@.. .+ ",
" .@@@@@.+ ",
" .@@#@#@@.+ ",
" .@@@@@@@.+ ",
" ...@$@@@@@@@... ",
" $$%$@@@#@$$$++ ",
" $%%%%$##@$%%%$ ",
" $%%%%%%$$$%%%%$ ",
" $%%%%%%%%%%%%%%$ ",
" $%%%%%%%%%%%%%$ ",
" $%%%%%%%%%%%%$ ",
" $%%%$$$%%%$$$ ",
" $$$ $$$ ",
" "};
--- NEW FILE: gg_sunred.xpm ---
/* XPM */
static char * gg_sunred_xpm[] = {
"19 18 4 1",
" c None",
". c #FF0000",
"+ c #7F7F7F",
"@ c #000000",
" ",
" . ",
" .+ ",
" . .+ . ",
" . ..... .+ ",
" .......+ ",
" ...@.@...+ ",
" .........+ ",
" ............... ",
" ..@...@..++++ ",
" ...@@@...+ ",
" .......+ ",
" .+..... .+ ",
" .+ .++ .+ ",
" + .+ ",
" .+ ",
" + ",
" "};
--- NEW FILE: gg_sunwhitered.xpm ---
/* XPM */
static char * gg_sunwhitered_xpm[] = {
"19 18 6 1",
" c None",
". c #7F0000",
"+ c #FF0000",
"@ c #7F7F7F",
"# c #FFFFFF",
"$ c #000000",
" ",
" . ",
" +@ ",
" + .@ + ",
" . .+#+. .@ ",
" +#####+@ ",
" .##$#$##.@ ",
" +#######+@ ",
" .+.#########.+. ",
" +#$###$#+@@@@ ",
" .##$$$##.@ ",
" +#####+@ ",
" .@.+#+. .@ ",
" +@ .@@ +@ ",
" @ +@ ",
" .@ ",
" @ ",
" "};
--- NEW FILE: gg_sunyellow.xpm ---
/* XPM */
static char * gg_sunyellow_xpm[] = {
"18 18 5 1",
" c None",
". c #FF0000",
"+ c #7F7F7F",
"@ c #FFFF00",
"# c #000000",
" ",
" . ",
" .+ ",
" . .+ . ",
" . ..@.. .+ ",
" .@@@@@.+ ",
" .@@#@#@@.+ ",
" .@@@@@@@.+ ",
" ...@@@@@@@@@... ",
" .@#@@@#@.++++ ",
" .@@###@@.+ ",
" .@@@@@.+ ",
" .+..@.. .+ ",
" .+ .++ .+ ",
" + .+ ",
" .+ ",
" + ",
" "};
|