[openbox] UTF-8 and bidi

Peter Chiocchetti pch at myzel.net
Sat Apr 17 15:09:35 EDT 2004


On Sat, Apr 17, 2004 at 08:10:58PM +0200, eminem Stan wrote:
> Hi,
> I copied this from xfwm4 this to openbox/frame.c :
> 
> #include <pango-1.0/pango.h>
> 
> and this to the Makefile :
> 
> -I/usr/lib/pango-1.0
> -lpango-1.0
> 
> and it compiled perfectly but nothing changed...

it will not be enough to just include the pango library; you will also
have to use it in the code.

when you browse pango.h and the files it includes, you will see lots of
declarations of function prototypes. these have to be called in the code
at the right places to make a difference in the output (and possibly
others too;) its what constitutes the API - a more friendly
documentation on how to use it is available as an extra rpm or deb
package.

regards,

p.



More information about the openbox mailing list