Hi, I'm reengineering source code for a Linux Flash Player for Palm.
In the main.c file of the application there are a number of header files included and I'm not sure whether I need to use them. The files in question are: #include <X11/Xlib.h> #include <X11/keysym.h> #include <X11/cursorfont.h> #include <X11/Xutil.h> #include <X11/extensions/XShm.h> They are the files for the X Window system and I don't think I need to use them for a Palm app cos this system supports multiple windows. So what can I replace them with in my program or will I just take them out altogeter? Can anyone help me with this? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
