summaryrefslogtreecommitdiff
path: root/choose.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 /choose.h
parentc8ddd5d82a72167de6e0a544b55f9b03ab93053e (diff)
Diffstat (limited to 'choose.h')
-rw-r--r--choose.h21
1 files changed, 17 insertions, 4 deletions
diff --git a/choose.h b/choose.h
index 6816839..31dc9ca 100644
--- a/choose.h
+++ b/choose.h
@@ -23,8 +23,21 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
+/* $XFree86: xc/programs/xsm/choose.h,v 1.6 2001/12/14 20:02:24 dawes Exp $ */
-extern void create_choose_session_popup ();
-extern int GetSessionNames ();
-extern void FreeSessionNames ();
-extern void ChooseSession ();
+#ifndef _CHOOSE_H_
+#define _CHOOSE_H_
+
+#include <X11/Intrinsic.h>
+
+extern int GetSessionNames(int *count_ret, String **short_names_ret,
+ String **long_names_ret, Bool **locked_ret);
+extern void FreeSessionNames(int count, String *namesShort, String *namesLong,
+ Bool *lockFlags);
+extern void ChooseWindowStructureNotifyXtHandler(Widget w, XtPointer closure,
+ XEvent *event,
+ Boolean *continue_to_dispatch);
+extern void ChooseSession(void);
+extern void create_choose_session_popup(void);
+
+#endif