From 8402c27e771e8c1e6a3b32720edaaa2a6767d455 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 3 Feb 2003 03:16:32 +0000 Subject: Um, you don't really want to know. 2003-02-03 Glynn Foster * data/Makefile.am, data/hawaii-shirt.png, data/surfboard.png, src/about.c: Um, you don't really want to know. --- ChangeLog | 6 ++++++ data/Makefile.am | 4 +++- data/hawaii-shirt.png | Bin 0 -> 13730 bytes data/surfboard.png | Bin 0 -> 14484 bytes src/about.c | 6 ++++-- 5 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 data/hawaii-shirt.png create mode 100644 data/surfboard.png diff --git a/ChangeLog b/ChangeLog index ed4b7ff..d6d0a2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2003-02-03 Glynn Foster + * 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 + * Makefile.am, configure.in, zenity.spec.in: Add spec file, thanks to Mihai T. Lazarescu. diff --git a/data/Makefile.am b/data/Makefile.am index 52cc60f..d136a37 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -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 = \ diff --git a/data/hawaii-shirt.png b/data/hawaii-shirt.png new file mode 100644 index 0000000..db4184c Binary files /dev/null and b/data/hawaii-shirt.png differ diff --git a/data/surfboard.png b/data/surfboard.png new file mode 100644 index 0000000..572d9de Binary files /dev/null and b/data/surfboard.png differ diff --git a/src/about.c b/src/about.c index 2fe9d3d..fcddc68 100644 --- a/src/about.c +++ b/src/about.c @@ -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 -- cgit v1.1-4-g5e80