summaryrefslogtreecommitdiffstats
path: root/uisimulator/x11/xmu.h
blob: 48084f747e0809d59832da28b5f1653ecebd4c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* This file contains compatibility routines for systems without Xmu.
 * You would be better served by installing Xmu on your machine or
 * yelling at your vendor to ship it.
 */

#ifndef __XMU_H__
#define __XMU_H__

#include <X11/Xlib.h>
#include <stdio.h>

int XmuPrintDefaultErrorMessage (Display *dpy, XErrorEvent *event, FILE *fp);

#endif /* __XMU_H__ */