Um, you don't really want to know.

2003-02-03  Glynn Foster  <glynn.foster@sun.com>

	* data/Makefile.am, data/hawaii-shirt.png,
	data/surfboard.png, src/about.c: Um, you don't really
	want to know.
This commit is contained in:
Glynn Foster 2003-02-03 03:16:32 +00:00 committed by Glynn Foster
parent 00e48cb2b5
commit 8402c27e77
5 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2003-02-03 Glynn Foster <glynn.foster@sun.com>
* data/Makefile.am, data/hawaii-shirt.png,
data/surfboard.png, src/about.c: Um, you don't really
want to know.
2003-02-03 Glynn Foster <glynn.foster@sun.com>
* Makefile.am, configure.in, zenity.spec.in: Add

View File

@ -2,7 +2,9 @@ clothesdir = $(datadir)/zenity/clothes
clothes_DATA = \
monk.png \
gnome-tshirt.png \
sunglasses.png
sunglasses.png \
surfboard.png \
hawaii-shirt.png
imagesdir = $(datadir)/zenity/
images_DATA = \

BIN
data/hawaii-shirt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
data/surfboard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -150,8 +150,10 @@ typedef struct
} MonkClothes;
static MonkClothes monk_clothes[] = {
{"gnome-tshirt.png", 30.0, ZENITY_CANVAS_Y - 150.0},
{"sunglasses.png", ZENITY_CANVAS_X - 100.0 , ZENITY_CANVAS_Y - 150.0 }
{"gnome-tshirt.png", 30.0, 20.0},
{"sunglasses.png", ZENITY_CANVAS_X - 100.0 , ZENITY_CANVAS_Y - 150.0 },
{"surfboard.png", 30.0, ZENITY_CANVAS_Y - 200.0},
{"hawaii-shirt.png", ZENITY_CANVAS_X - 50.0, 20.0}
};
static void