aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native/X11WindowX11Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newt/native/X11WindowX11Event.h')
-rw-r--r--src/newt/native/X11WindowX11Event.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/newt/native/X11WindowX11Event.h b/src/newt/native/X11WindowX11Event.h
new file mode 100644
index 000000000..47c0dc9a1
--- /dev/null
+++ b/src/newt/native/X11WindowX11Event.h
@@ -0,0 +1,9 @@
+
+#ifndef _X11WindowX11Event_h
+#define _X11WindowX11Event_h
+
+#include "X11Window.h"
+
+extern void X11WindowX11EventPoll(JNIEnv *env, jobject obj, Display *dpy, jlong javaObjectAtom, jlong wmDeleteAtom);
+
+#endif /* _X11WindowX11Event_h */