diff options
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 */ |