summaryrefslogtreecommitdiff
path: root/popup.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:23 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:23 +0000
commitac8c3cf394fb9d0eb57332ea7b2d12fb3c4a396d (patch)
tree02cb7504dab187ebcae1e7fbb0b002225dda2a73 /popup.h
parentc8ddd5d82a72167de6e0a544b55f9b03ab93053e (diff)
Diffstat (limited to 'popup.h')
-rw-r--r--popup.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/popup.h b/popup.h
index 68f04b1..7d5568d 100644
--- a/popup.h
+++ b/popup.h
@@ -27,5 +27,15 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
+/* $XFree86: xc/programs/xsm/popup.h,v 1.6 2001/12/14 20:02:26 dawes Exp $ */
-extern void PopupPopup ();
+#ifndef _POPUP_H_
+#define _POPUP_H_
+
+#include <X11/Intrinsic.h>
+
+extern void PopupPopup(Widget parent, Widget popup, Bool transient,
+ Bool first_time, int offset_x, int offset_y,
+ String delAction);
+
+#endif