From 541dc2cdeaff64d4a241446752900bd6381d546a Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 2 Oct 2012 07:37:25 +0200 Subject: Misc: Add commented-out NEWT X11/XCB-Event and X11ScreenRandR1[13] compilation ; ... Adding [dead] native source files for NEWT/X11: - X11Event and XCBEvent - X11ScreenRandR11 X11ScreenRandR13 They are currently excluded from compilation, however I like do version them for later use. --- src/newt/native/XCBEvent.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/newt/native/XCBEvent.h (limited to 'src/newt/native/XCBEvent.h') 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 */ -- cgit v1.2.3