14 lines
421 B
Text
14 lines
421 B
Text
|
$NetBSD: patch-aj,v 1.1 2002/05/31 19:56:21 dmcmahill 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);
|