From 541dc2cdeaff64d4a241446752900bd6381d546a Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
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/X11Event.h | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 src/newt/native/X11Event.h

(limited to 'src/newt/native/X11Event.h')

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 */
-- 
cgit v1.2.3