diff options
Diffstat (limited to 'src/newt/native/XCBEvent.h')
-rw-r--r-- | src/newt/native/XCBEvent.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/newt/native/XCBEvent.h b/src/newt/native/XCBEvent.h new file mode 100644 index 000000000..d70797566 --- /dev/null +++ b/src/newt/native/XCBEvent.h @@ -0,0 +1,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 */ |