diff options
Diffstat (limited to 'math/xgraph/files/patch-ac')
-rw-r--r-- | math/xgraph/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/xgraph/files/patch-ac b/math/xgraph/files/patch-ac new file mode 100644 index 0000000..41fe9c2 --- /dev/null +++ b/math/xgraph/files/patch-ac @@ -0,0 +1,11 @@ +--- xtb.c.orig Thu Jul 17 04:26:41 1997 ++++ xtb.c Fri Dec 10 03:06:26 1999 +@@ -196,7 +196,7 @@ + { + xtb_data data; + +- if (!XFindContext(t_disp, win, h_context, &data)) { ++ if (!XFindContext(t_disp, win, h_context, (XPointer*)&data)) { + return ((struct h_info *) data)->info; + } else { + return (xtb_data) 0; |