diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:57 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:57 +0000 |
commit | 5b64274abaf585d108e65cb1dae497e74cad856e (patch) | |
tree | 602d4a70b9731fe873a020e8adcdd0b7923a805c /Dialog.h | |
parent | 0bd1f9d8ccaf46397745779f5964f3b843186896 (diff) |
XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1
Diffstat (limited to 'Dialog.h')
-rw-r--r-- | Dialog.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 *); |