mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Initial revision
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2daf14965c
commit
9f6733fcc8
30 changed files with 3167 additions and 0 deletions
14
uisimulator/xmu.h
Normal file
14
uisimulator/xmu.h
Normal file
|
|
@ -0,0 +1,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__ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue