diff options
Diffstat (limited to 'hw/xwin/winauth.c')
-rw-r--r-- | hw/xwin/winauth.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/xwin/winauth.c b/hw/xwin/winauth.c index a6a7366a4..59e023479 100644 --- a/hw/xwin/winauth.c +++ b/hw/xwin/winauth.c @@ -38,6 +38,15 @@ #include "securitysrv.h" #include "os/osdep.h" +/* Need to get this from Xlib.h */ +extern void XSetAuthorization( + char * /* name */, + int /* namelen */, + char * /* data */, + int /* datalen */ +); + + /* * Constants */ |