Re: option to ignore primary selection

2003-12-30 Thread Alexandre Julliard
Ulrich Czekalla <[EMAIL PROTECTED]> writes: > Makes sense to me. I modified the patch to turn it on by default. IMO you should also invert the option (and rename it to something like "UsePrimary"). It's confusing to have to set an option to false to enable a feature. -- Alexandre Julliard [EMAI

Re: option to ignore primary selection

2003-12-18 Thread Ulrich Czekalla
Makes sense to me. I modified the patch to turn it on by default. /Ulrich On Thu, Dec 18, 2003 at 02:06:29PM +, Mike Hearn wrote: > On Thu, 2003-12-18 at 05:00, Ulrich Czekalla wrote: > > This patch adds an option (turned off by default) to restrict Wine to only > > use the clipboard selectio

Re: option to ignore primary selection

2003-12-18 Thread Mike Hearn
On Thu, 2003-12-18 at 05:00, Ulrich Czekalla wrote: > This patch adds an option (turned off by default) to restrict Wine to only > use the clipboard selection since it will never implement proper behaviour > for the primary selection (You'll never be able to select text with the > mouse). The kind