diff options
Diffstat (limited to 'nx-X11/lib/X11/Xresinternal.h')
-rw-r--r-- | nx-X11/lib/X11/Xresinternal.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nx-X11/lib/X11/Xresinternal.h b/nx-X11/lib/X11/Xresinternal.h new file mode 100644 index 000000000..fc752855b --- /dev/null +++ b/nx-X11/lib/X11/Xresinternal.h @@ -0,0 +1,15 @@ +/* $XFree86$ */ + +#ifndef _XRESINTERNAL_H_ +#define _XRESINTERNAL_H_ + +/* type defines */ +typedef unsigned long Signature; + +/* prototypes */ +extern XrmQuark _XrmInternalStringToQuark( + register _Xconst char *name, register int len, register Signature sig, + Bool permstring); + +#endif /* _XRESOURCEINTERNAL_H_ */ +/* DON'T ADD STUFF AFTER THIS #endif */ |