On Wed, Mar 27, 2002 at 11:08:18AM +0100, Dominik Vogt wrote: > On Wed, Mar 27, 2002 at 01:12:44AM -0600, fvwm-workers wrote: > > CVSROOT: /home/cvs/fvwm > > Module name: fvwm > > Changes by: olicha 02/03/27 01:12:44 > > > > Modified files: > > . : ChangeLog acconfig.h configure.in > > fvwm : fvwm.c > > libs : Ficonv.c FlocaleCharset.c > > > > Log message: > > * Fixed compilation for system without XOpenOM in Xlib.h > > Hm, what's XOpenOM again? >
This function open a locale "output method" (XOM). An output method is needed by the X functions which depend on the locale. But this is not visible, for example, XCreateFontSet first open an XOM and then create the FontSet (in fact an XOC) with this XOM and XCreateOC (and then close the XOM). Unfortunately it seems that some Xlib do not have these functions available for the programmers (or are available via an other header than Xlib.h). So, I will probably remove the fvwm XOM code and use an other (less clean!) method. You may try "man XOpenOM" and "man XCreateOC". Olivier -- 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]