summaryrefslogtreecommitdiff
path: root/xhsb/XProto.glue.c
blob: ccb2ed98cff5b2a81fcee4712ab2b859a55f425f (plain)
1
2
3
4
5
6
7
#include "XProto.glue.h"

CARD32 _internAtom(XCBConnection *c, BOOL onlyIfExists, CARD16 name_len, char *name)
{
	XCBInternAtomCookie cookie = XCBInternAtom(c, onlyIfExists, name_len, name);
	return cookie.sequence;
}