summaryrefslogtreecommitdiff
path: root/popup.c
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.c
parentc8ddd5d82a72167de6e0a544b55f9b03ab93053e (diff)
Diffstat (limited to 'popup.c')
-rw-r--r--popup.c15
1 files changed, 4 insertions, 11 deletions
diff --git a/popup.c b/popup.c
index b6ecfab..90c21b5 100644
--- a/popup.c
+++ b/popup.c
@@ -27,23 +27,16 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
+/* $XFree86: xc/programs/xsm/popup.c,v 1.5 2001/12/14 20:02:26 dawes Exp $ */
#include "xsm.h"
#include <X11/Shell.h>
+#include "popup.h"
void
-PopupPopup (parent, popup, transient, first_time,
- offset_x, offset_y, delAction)
-
-Widget parent;
-Widget popup;
-Bool transient;
-Bool first_time;
-int offset_x;
-int offset_y;
-String delAction;
-
+PopupPopup(Widget parent, Widget popup, Bool transient, Bool first_time,
+ int offset_x, int offset_y, String delAction)
{
if (!transient && !first_time)
{