aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native/XCBEvent.h
blob: d707975668659258fa0204c5969fd84b4cee0958 (plain)
1
2
3
4
5
6
7
8
9
10

#ifndef _XCBEvent_h
#define _XCBEvent_h

#include "X11Common.h"

extern void XCBSetEventQueueOwner(Display *dpy);
extern void XCBEventPoll(JNIEnv *env, jobject obj, Display *dpy, jlong javaObjectAtom, jlong wmDeleteAtom);

#endif /* _XCBDisplayXCBEvent_h */