[gq-commit] gq/icons hide.xpm,NONE,1.1 new.xpm,NONE,1.1 Makefile.am,1.4,1.5
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2002-09-26 19:18:16
|
Update of /cvsroot/gqclient/gq/icons In directory usw-pr-cvs1:/tmp/cvs-serv17813 Modified Files: Makefile.am Added Files: hide.xpm new.xpm Log Message: * The xpm source for the new icons --- NEW FILE: hide.xpm --- /* XPM */ static char * hide_xpm[] = { "20 15 5 1", " c None", ". c #000000", "+ c #FFFF00", "@ c #FFFFFF", "# c #808080", " ", " ...... ", " ........ ", " .+@+@+@. #### ", " .@+@+@+. ", " ........ #### ", " ", " ...... ", " ", " #### ", " ", " #### ", " ", " ...... ", " "}; --- NEW FILE: new.xpm --- /* XPM */ static char * new_xpm[] = { "20 15 6 1", ". c None", "+ c #808080", "@ c #FFFFFF", "# c #FFFF00", "$ c #000000", "% c #C0C0C0", ".....+@.............", "..#..+#..+..........", "..+#.+@.+#..........", "...+#+#+#...........", "..@#+#@++++$$$$$$...", "..+++@+@#@#@#@#@$+..", "...+@+#+#@##@#@#$+..", "..+##+@#+#@@#@#@$+..", "..@$@+#@#@##@#@#$+..", "...$#@#@#@#@$$$$$+..", "...$@#@#@#@#$#%$$+..", "...$#@#@#@#@$%$@$+..", "...$@#@#@#@#$$@#$+..", "...$$$$$$$$$$$$$$+..", "....++++++++++++++.."}; Index: Makefile.am =================================================================== RCS file: /cvsroot/gqclient/gq/icons/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 3 May 2000 19:52:52 -0000 1.4 --- Makefile.am 26 Sep 2002 19:18:11 -0000 1.5 *************** *** 5,8 **** --- 5,10 ---- line.xpm \ logo.xpm \ + new.xpm \ + hide.xpm \ textarea.xpm \ warning.xpm |