diff options
Diffstat (limited to 'xf86misc.h')
-rw-r--r-- | xf86misc.h | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |