diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/Makefile.am | 4 | ||||
-rw-r--r-- | data/hawaii-shirt.png | bin | 0 -> 13730 bytes | |||
-rw-r--r-- | data/surfboard.png | bin | 0 -> 14484 bytes | |||
-rw-r--r-- | src/about.c | 6 |
5 files changed, 13 insertions, 3 deletions
@@ -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 52cc60fe..d136a37f 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 Binary files differnew file mode 100644 index 00000000..db4184c0 --- /dev/null +++ b/data/hawaii-shirt.png diff --git a/data/surfboard.png b/data/surfboard.png Binary files differnew file mode 100644 index 00000000..572d9dec --- /dev/null +++ b/data/surfboard.png diff --git a/src/about.c b/src/about.c index 2fe9d3d1..fcddc68b 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 |