On Tue, Mar 11, 2003 at 11:47:43PM +0100, [EMAIL PROTECTED] wrote: > the program compiles without problems, it starts without problems... but > it doesn't display any fonts... some error message would be nice
Probably another Xutf8/locale problem. Ion tries to detect if X supports the user given locale and resets to POSIX if it doesn't, but X doesn't always complain. One would think that no locale/character set crap was necessary at all when using UTF-8, but no... X can't even convert between latin-1 and UTF-8 without setting up locales everywhere. > I've just done that in ionframe_managed_geom, the other geom functions > are not needed, because the *draw_frame_* functions return before > there's anything to draw. It would be nice if the code would just shrink the tab to zero height instead of adding checks everywhere around the code. I'm sure people will ask this option for WFloatFrame and as it is implemented with the XShape extension (PWM uses a separate window, but this has it's problems too) extension, the shapes must be set accordingly. I haven't tried your code, but how does it behave when the bar isn't inside the frame? -- Tuomo
