freebsd-ports/games/xspringies/files/patch-widget.c
Dennis Herrmann 521be24ca4 - Update to 1.12
PR:		ports/160112
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-31 22:14:27 +00:00

11 lines
311 B
C

--- widget.c.orig 1995-11-11 12:47:22.000000000 +0900
+++ widget.c 2011-08-19 07:11:46.000000000 +0900
@@ -124,7 +124,7 @@
extern Pixmap acts_pm;
void (*notify_func)();
-Pixmap get_pixmap();
+Pixmap get_pixmap(char *bits, int width, int height, boolean inv);
void init_widgets(notify)
void (*notify)();