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: Kazunobu Kuriyama
Subject: Re: Multi-lingual cut & paste support (was Re: One for our asian language experts...)
Date: Fri, 01 Aug 2003 15:54:47 +0900
User-agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.4) Gecko/20030624 Netscape/7.1

Adam Fedor wrote:

@@ -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?

The function had been defined by someone before I wrote the patch. Strangely, the function had not been invoked even in the original
implementation.  Because I was not sure why the original implemetator
left such a unused function, I refrained from taking the code away, but
enclosed it with #ifdef and #endif so that the status of the function
might be indicated.

- Kazu






reply via email to

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