summaryrefslogtreecommitdiff
path: root/xf86misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'xf86misc.h')
-rw-r--r--xf86misc.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/xf86misc.h b/xf86misc.h
index 3cdd2d7..ba1db79 100644
--- a/xf86misc.h
+++ b/xf86misc.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/include/extensions/xf86misc.h,v 3.16 2002/11/20 04:04:56 dawes Exp $ */
+/* $XFree86: xc/include/extensions/xf86misc.h,v 3.17 2003/04/03 16:15:46 dawes Exp $ */
/*
* Copyright (c) 1995, 1996 The XFree86 Project, Inc
@@ -23,6 +23,7 @@
#define X_XF86MiscSetGrabKeysState 7
#define X_XF86MiscSetClientVersion 8
#define X_XF86MiscGetFilePaths 9
+#define X_XF86MiscPassMessage 10
#define XF86MiscNumberEvents 0
@@ -156,6 +157,14 @@ Status XF86MiscGetFilePaths(
XF86MiscFilePaths* /* file paths/locations */
);
+Status XF86MiscPassMessage(
+ Display* /* dpy */,
+ int /* screen */,
+ const char* /* message name/type */,
+ const char* /* message contents/value */,
+ char ** /* returned message */
+);
+
_XFUNCPROTOEND
#endif