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:
parent
00e48cb2b5
commit
8402c27e77
@ -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>
|
2003-02-03 Glynn Foster <glynn.foster@sun.com>
|
||||||
|
|
||||||
* Makefile.am, configure.in, zenity.spec.in: Add
|
* Makefile.am, configure.in, zenity.spec.in: Add
|
||||||
|
@ -2,7 +2,9 @@ clothesdir = $(datadir)/zenity/clothes
|
|||||||
clothes_DATA = \
|
clothes_DATA = \
|
||||||
monk.png \
|
monk.png \
|
||||||
gnome-tshirt.png \
|
gnome-tshirt.png \
|
||||||
sunglasses.png
|
sunglasses.png \
|
||||||
|
surfboard.png \
|
||||||
|
hawaii-shirt.png
|
||||||
|
|
||||||
imagesdir = $(datadir)/zenity/
|
imagesdir = $(datadir)/zenity/
|
||||||
images_DATA = \
|
images_DATA = \
|
||||||
|
BIN
data/hawaii-shirt.png
Normal file
BIN
data/hawaii-shirt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
data/surfboard.png
Normal file
BIN
data/surfboard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@ -150,8 +150,10 @@ typedef struct
|
|||||||
} MonkClothes;
|
} MonkClothes;
|
||||||
|
|
||||||
static MonkClothes monk_clothes[] = {
|
static MonkClothes monk_clothes[] = {
|
||||||
{"gnome-tshirt.png", 30.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 }
|
{"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
|
static void
|
||||||
|
Reference in New Issue
Block a user