aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native/X11Event.h
blob: 969bcdeed3a74631f9d7ce93e8911b0e5b852077 (plain)
1
2
3
4
5
6
7
8
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 */