gimp/pixmaps/default.xpm
Michael Natterer f765a8216f app/Makefile.am app/pixmaps.h removed some data files from app/
2001-02-23  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/pixmaps.h
	* app/wilber.h: removed some data files from app/

	* pixmaps/Makefile.am
	* pixmaps/default.xpm
	* pixmaps/swap.xpm
	* pixmaps/wilber3.xpm: added them here.

	* app/pixmaps2.h: added the "dialog_bits" stuff here.

	* app/tips_dialog.c
	* app/toolbox.c: use the new XPMs and remove hacks which created
	the GdkPixmaps and GtkPreviews manually.
2001-02-23 01:08:07 +00:00

21 lines
334 B
C

/* XPM */
static char * default_xpm[] = {
"13 13 4 1",
" c None",
". c #919191",
"+ c #000000",
"@ c #FFFFFF",
" ",
"........ ",
".++++++. ",
".++++++. ",
".++++++. ",
".++++++..... ",
".++++++.@@@. ",
".++++++.@@@. ",
"........@@@. ",
" .@@@@@@. ",
" .@@@@@@. ",
" .@@@@@@. ",
" ........ "};