diff options
Diffstat (limited to 'nx-X11/lib/src/Xresinternal.h')
-rw-r--r-- | nx-X11/lib/src/Xresinternal.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/nx-X11/lib/src/Xresinternal.h b/nx-X11/lib/src/Xresinternal.h new file mode 100644 index 000000000..c740102b6 --- /dev/null +++ b/nx-X11/lib/src/Xresinternal.h @@ -0,0 +1,18 @@ + +#ifndef _XRESINTERNAL_H_ +#define _XRESINTERNAL_H_ + +#include <nx-X11/Xlib.h> +#include <nx-X11/Xresource.h> +#include <inttypes.h> + +/* type defines */ +typedef uint32_t 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 */ |