aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/Xresinternal.h
blob: c740102b63b87d79c353719e5ac29568625aa80e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 */