summaryrefslogtreecommitdiff
path: root/info.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 /info.h
parentc8ddd5d82a72167de6e0a544b55f9b03ab93053e (diff)
Diffstat (limited to 'info.h')
-rw-r--r--info.h21
1 files changed, 18 insertions, 3 deletions
diff --git a/info.h b/info.h
index 9d98b26..0d3e786 100644
--- a/info.h
+++ b/info.h
@@ -23,7 +23,22 @@ 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/info.h,v 3.5 2001/12/14 20:02:25 dawes Exp $ */
-extern void create_client_info_popup ();
-extern void UpdateClientList ();
-extern void ClientInfoXtProc ();
+#ifndef _INFO_H_
+#define _INFO_H_
+
+#include "xsm.h"
+
+extern void ShowHint(ClientRec *client);
+extern void DisplayProps(ClientRec *client);
+extern char * GetProgramName(char *fullname);
+extern void UpdateClientList(void);
+extern void ClientInfoStructureNotifyXtHandler(Widget w, XtPointer closure,
+ XEvent *event,
+ Boolean *continue_to_dispatch);
+extern void ClientInfoXtProc(Widget w, XtPointer client_data,
+ XtPointer callData);
+extern void create_client_info_popup(void);
+
+#endif