Hi
I succeed at cross compiling the snapshot nxlib version for
usage with fltk 2, making the following changes:
- add shapeconst.h shape.h XI.h XInput.h to folder
X11/extensions
- add this to stub.c
int XOpenDevice() { printf("XOpenDevice called\n"); return 0; }
int XSelectExtensionEvent() { printf("XSelectExtensionEvent
called\n"); return 0; }
int XListInputDevices() { printf("XListInputDevices called\n");
return 0; }
int XFreeDeviceList() { printf("XFreeDeviceList called\n"); return 0; }
int XGetExtensionVersion() { printf("XGetExtensionVersion called\n");
return 0; }
- Fix image.c to compile with latest stable microwindows
change GR_HWPIXELVAL back to GR_PIXELVAL (would be good to check
if GR_HWPIXELVAL is defined and if not use GR_PIXELVAL)
--
Best regards ...
David Saez Padros
---------------------------------------------------------------------
To unsubscribe, e-mail: nanogui-unsubscr...@linuxhacker.org
For additional commands, e-mail: nanogui-h...@linuxhacker.org