diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-10 00:53:05 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-10 00:53:05 +0000 |
| commit | 2e20a797a1aadadfb2c76c1551cb502ae550477e (patch) | |
| tree | 5db6f4eaa45eadb9d338352dafe64f9a5da102f9 /graphics/xfig/files/patch-u_search.h | |
| parent | - Update to 3.2.5 (diff) | |
- Update to 3.2.5
PR: 111249
Submitted by: Eric P. Scott <eps+pbug0704@ana.com>
Notes
Notes:
svn path=/head/; revision=193137
Diffstat (limited to 'graphics/xfig/files/patch-u_search.h')
| -rw-r--r-- | graphics/xfig/files/patch-u_search.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/xfig/files/patch-u_search.h b/graphics/xfig/files/patch-u_search.h new file mode 100644 index 000000000000..74d2695a15c7 --- /dev/null +++ b/graphics/xfig/files/patch-u_search.h @@ -0,0 +1,15 @@ +--- u_search.h.orig Tue Jul 26 09:40:00 2005 ++++ u_search.h +@@ -20,9 +20,9 @@ + + Boolean in_text_bound(F_text *t, int x, int y, int *posn, Boolean extra); + +-void init_searchproc_left(int (*handlerproc) (/* ??? */)); +-void init_searchproc_middle(int (*handlerproc) (/* ??? */)); +-void init_searchproc_right(int (*handlerproc) (/* ??? */)); ++void init_searchproc_left(void (*handlerproc) (/* ??? */)); ++void init_searchproc_middle(void (*handlerproc) (/* ??? */)); ++void init_searchproc_right(void (*handlerproc) (/* ??? */)); + + void point_search_left(int x, int y, unsigned int shift); + void point_search_middle(int x, int y, unsigned int shift); |
