No more password prompts
[kugel-rb.git] / uisimulator / x11 / xmu.h
blob48084f747e0809d59832da28b5f1653ecebd4c13
1 /* This file contains compatibility routines for systems without Xmu.
2 * You would be better served by installing Xmu on your machine or
3 * yelling at your vendor to ship it.
4 */
6 #ifndef __XMU_H__
7 #define __XMU_H__
9 #include <X11/Xlib.h>
10 #include <stdio.h>
12 int XmuPrintDefaultErrorMessage (Display *dpy, XErrorEvent *event, FILE *fp);
14 #endif /* __XMU_H__ */