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/X11Event.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/X11Event.h')
-rw-r--r-- | src/newt/native/X11Event.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/newt/native/X11Event.h b/src/newt/native/X11Event.h new file mode 100644 index 000000000..969bcdeed --- /dev/null +++ b/src/newt/native/X11Event.h @@ -0,0 +1,9 @@ + +#ifndef _X11Event_h +#define _X11Event_h + +#include "X11Common.h" + +extern void X11EventPoll(JNIEnv *env, jobject obj, Display *dpy, jlong javaObjectAtom, jlong wmDeleteAtom); + +#endif /* _X11Event_h */ |