summaryrefslogtreecommitdiff
path: root/Dialog.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:57 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:57 +0000
commit5b64274abaf585d108e65cb1dae497e74cad856e (patch)
tree602d4a70b9731fe873a020e8adcdd0b7923a805c /Dialog.h
parent0bd1f9d8ccaf46397745779f5964f3b843186896 (diff)
Diffstat (limited to 'Dialog.h')
-rw-r--r--Dialog.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Dialog.h b/Dialog.h
index 12e0c6c..161d33f 100644
--- a/Dialog.h
+++ b/Dialog.h
@@ -26,6 +26,7 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
+/* $XFree86: xc/programs/bitmap/Dialog.h,v 1.4 2001/12/14 20:00:40 dawes Exp $ */
/*
* Author: Davor Matic, MIT X Consortium
@@ -51,6 +52,6 @@ typedef struct {
unsigned long flag;
} DialogButton;
-extern Dialog CreateDialog();
-extern unsigned long PopupDialog();
-extern void PopdownDialog();
+extern Dialog CreateDialog(Widget, String, unsigned long);
+extern unsigned long PopupDialog(Dialog, String, String, String *, XtGrabKind);
+extern void PopdownDialog(Dialog, String *);