: We still have a small issue in how to make GrCloseWindow : work on a FLTK program. : I'll have to think about how NXLIB : might catch the CLOSE_REQ event and somehow : close the emulated X11 window gracefully.
Johannes - I've added CLOSE_REQ handling for FLTK programs, NXLIB now selects for the window manager close request event, and converts the event to an X11 ClientMessage with WM_DESTROY_WINDOW Atom, and it all works. No more special handling for FLTK programs with the window manager! Regards, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
