>>>>> On Tue, 29 Jan 2002 09:23:56 +0100
>>>>> "Dominik" == Dominik Vogt <fvwm-workers@fvwm.org> wrote:
Dominik> 
Dominik> Olivier, since you plan to rewrite the infamous multibyte support,
Dominik> do you already have a design in mind?  I already spent some though
Dominik> on that topic and concluded that font and string objects should
Dominik> get their own data type that is managed exclusively in a library
Dominik> module.  So in the end the only ifdefs should be in the library.

One thought about this is to switch from FvwmFont to FvwmGC which
should be something like
struct FvwmGC{
  GC gc;
# ifdef I18N_MB
  XFontSet fontset;
# endif
}
if this switch is possible. Overwise we just need to add FvwmGC, since
xlib's GC does not handle fontsets.

-- 
Alexander Kotelnikov
Saint-Petersburg, Russia
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to