I try to implement copy and paste image data for a program I have distributed to source.forge.net. My program is photoColoring. (photocoloring.sourceforge.net)
For windows version I have no problem using windows api. For the linux (X11) version I am able to do the implementation using Xlib but to do so I am force to modified a little bit the FLTK library to avoid FLTK responding to some XEvents (XSelectionNotify and XSelectionRequest). If I do so, as I distribute openSouce, I must distribute also the modified library. Is there a way to avoid FLTK interfering with copy/paste non-text data on the clipboard (by capturing Xevent before FLTK or something like that) without any modification on the library. Jacques Senecal _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

