diff options
author | dhn <dhn@FreeBSD.org> | 2011-09-01 06:14:27 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-09-01 06:14:27 +0800 |
commit | cbe058e06d7bc1e3494c6a8638c1d3084a023b27 (patch) | |
tree | fb0b435cce39fc125ad63eae51694acd5327a9ef /games/xspringies/files | |
parent | a3d214bd8d23e10c0b087afc404221c952a0749a (diff) | |
download | freebsd-ports-gnome-cbe058e06d7bc1e3494c6a8638c1d3084a023b27.tar.gz freebsd-ports-gnome-cbe058e06d7bc1e3494c6a8638c1d3084a023b27.tar.zst freebsd-ports-gnome-cbe058e06d7bc1e3494c6a8638c1d3084a023b27.zip |
- Update to 1.12
PR: ports/160112
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games/xspringies/files')
-rw-r--r-- | games/xspringies/files/patch-widget.c | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/games/xspringies/files/patch-widget.c b/games/xspringies/files/patch-widget.c index 0ab99a96ecab..fa678229b422 100644 --- a/games/xspringies/files/patch-widget.c +++ b/games/xspringies/files/patch-widget.c @@ -1,16 +1,11 @@ ---- widget.c.orig Wed May 30 16:24:53 2007 -+++ widget.c Wed May 30 16:28:12 2007 -@@ -124,11 +124,11 @@ +--- 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)(); - { -- extern Pixmap get_pixmap(); -- - numb = nums = numc = numm = cur_type = cur_num = 0; - key_active = cur_but = -1; - scan_flag = FALSE; |