summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--data/Makefile.am4
-rw-r--r--data/hawaii-shirt.pngbin0 -> 13730 bytes
-rw-r--r--data/surfboard.pngbin0 -> 14484 bytes
-rw-r--r--src/about.c6
5 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ed4b7ff..d6d0a2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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
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
--- /dev/null
+++ b/data/hawaii-shirt.png
Binary files differ
diff --git a/data/surfboard.png b/data/surfboard.png
new file mode 100644
index 0000000..572d9de
--- /dev/null
+++ b/data/surfboard.png
Binary files 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