diff options
author | Sven Gothel <[email protected]> | 2012-10-02 07:37:25 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-02 07:37:25 +0200 |
commit | 541dc2cdeaff64d4a241446752900bd6381d546a (patch) | |
tree | ff8350096560cc698fbcdad321ab746c1367fabc /src/newt/native/XCBEvent.h | |
parent | eb7ca05a602bfd3decf545e2807b7bfaf5a09a1e (diff) |
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.
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 */ |