summaryrefslogtreecommitdiff
path: root/cad/pcb/patches/patch-aj
blob: 58e2409abdfe6ef65b109506d627cc376fd8a3dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.1.2.2 2002/06/23 18:40:22 jlam Exp $

--- src/dialog.h.orig	Wed May 13 06:29:43 1998
+++ src/dialog.h
@@ -53,7 +53,7 @@
 } DialogButtonType, *DialogButtonTypePtr;
 
  
-int		DialogEventLoop(int *);
+int		DialogEventLoop(long int *);
 Widget		AddButtons(Widget, Widget, DialogButtonTypePtr, size_t);
 Widget		CreateDialogBox(char *, DialogButtonTypePtr, size_t, char *);
 void		StartDialog(Widget);