summaryrefslogtreecommitdiff
path: root/xf86misc.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:02 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:02 +0000
commit020b11346dd9664f3f592ad1dce16394e27a703d (patch)
tree341d2ba882ccf1ecda837c014b118d13c9b7d2f0 /xf86misc.h
parent8f8aad59b81bb63f00cba371b952115725757d4f (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
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