discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multi-lingual cut & paste support (was Re: One for our asian languag


From: Adam Fedor
Subject: Re: Multi-lingual cut & paste support (was Re: One for our asian language experts...)
Date: 31 Jul 2003 08:38:33 -0600

On Tue, 2003-07-29 at 23:58, Kazunobu Kuriyama wrote:
> Hi,
> 
> Attached is the patch that enables multi-lingual cut & paste with gpbs.
> 

Looks good. See below.

> It could be possible to write a patch in such a way that other versions 
> of X Window
> System enjoy multi-lingual cut & paste.  I intentionally leave it out 
> becuase
> 
You're right, it's probably not worthwhile.

> @@ -160,6 +180,7 @@
>    return True;
>  }
>  
> +#ifdef USE_xConvertSelection 
>  // This never gets called! 
>  static unsigned char*
>  xConvertSelection(Display* display,
> @@ -245,6 +266,7 @@
>  
>    return data;
>  }
> +#endif // USE_xConvertSelection  defined
>  
>  @interface   XPbOwner : NSObject
>  {

Seems odd. Should xConvertSelection just be taken out?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]