Android porting app X11 functions and variables
-
Hello!
I'm trying to port application written with X11 fucntion and variables. For example:
headers: X11/Xlib.h, X11/Xutil.h;
functions: XOpenDisplay(), XQueryPointer();
variables: Display, Window;Thus, I get a lot of errors. App is really hard-based on X11.
Using: Qt 5.2.
What can you advice? Thanks!