summaryrefslogtreecommitdiff
path: root/print/advi/patches/patch-ak
blob: 15cc059a153a759d1ff058f7b6339714084a92a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ak,v 1.1 2006/04/19 13:13:05 tonio Exp $

--- grY11.c.orig	2004-04-06 09:54:05.000000000 +0200
+++ grY11.c
@@ -473,7 +473,7 @@ value caml_gr_move_window (value wid, va
   return Val_unit;
 }
 
-value caml_gr_resize_window (value wid, value w, value h)
+value caml_gr_resize_subwindow (value wid, value w, value h)
 {
   Window win;