summaryrefslogtreecommitdiffstats
path: root/utils/xmu.h
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-06 14:23:46 +0200
committerSimon Rettberg2021-04-06 14:23:46 +0200
commit26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9 (patch)
treea51e1637554bcd84e63cccb1cb220c898a2c4ee8 /utils/xmu.h
parent5.44 (diff)
downloadxscreensaver-26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9.tar.gz
xscreensaver-26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9.tar.xz
xscreensaver-26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9.zip
xscreensaver 6.00
Diffstat (limited to 'utils/xmu.h')
-rw-r--r--utils/xmu.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/utils/xmu.h b/utils/xmu.h
index 48084f7..e4cf7e6 100644
--- a/utils/xmu.h
+++ b/utils/xmu.h
@@ -1,14 +1,8 @@
-/* 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.
- */
+/* A relic of the past. */
#ifndef __XMU_H__
#define __XMU_H__
-#include <X11/Xlib.h>
-#include <stdio.h>
-
int XmuPrintDefaultErrorMessage (Display *dpy, XErrorEvent *event, FILE *fp);
#endif /* __XMU_H__ */