On Thu, 02 Aug 2012 15:41:17 +0100, Michael Drake wrote: > I've removed the use of render/box.h from most front ends' selection and > clipboard handling. > > This meant stopping the front ends from using selection_traverse(), which > will be removed from the header file, and made static in > desktop/selection.c. > > The Amiga and BeOS front ends remain. > > We need to work out what is required on these platforms so that this can > happen without breaking those builds.
I just use it to get hold of the text that is in the current selection, which then gets transferred onto the system clipboard. I assume there is an alternative way of doing this, otherwise none of the frontends could support a clipboard? I think I use it in context_menu.c too, but again that's purely to get the text contained in a selection. So if I can do that, I'm happy. :) Chris
