From: Gwenole B. <gb...@di...> - 2003-12-31 18:31:02
|
Hi, > 2) It seems that GetScrap gets called *several* times when you select > an entry to edit, without any 'paste' action. e.g. a folder label. > This brings up the problems of getting the native clipboard several > times too. That may be costly to handle, especially with images. One > solution may be to call XConvertSelection() with a timestamp of the > last successful request for GetScrap, but I am still not convinced. Current implementation with latest commits to SheepShaver CVS now looks good. i.e. we can exchange text between MacOS & X11 in both ways. I have implemented our own set of X11 display locking primitives and placed them at locations I think were best and in fewer occurrences. Bye, Gwenole. |