Home » Extra libraries, Code snippets, applications etc. » OS Problems etc., Win32, POSIX, MacOS, FreeBSD, X11 etc » Font bug in X11
Font bug in X11 [message #9957] |
Mon, 11 June 2007 15:03  |
mrjt
Messages: 705 Registered: March 2007 Location: London
|
Contributor |
|
|
This is the simplest test-case I've been able to create:
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
struct Test {
Font font;
Test() {font.FaceName("sans serif");}
};
Test t;
GUI_APP_MAIN
{
printf("Hello World!");
}
This causes the app to stop at the following point in an X11 library:
Quote: | XAddExtension () from /usr/X11R6/lib/libX11.so.6
|
This only happens when you set the font in this particular way (perhaps because GUI_APP_MAIN hasn't been run when the font face is set?).
I can understand if this problem is not fixable, but could there please be some sort of #error so it's easier to detect. It has taken me a lot of time to find out what caused this. Test on Slackware (KDE) with dev-3.
James
[Updated on: Mon, 11 June 2007 15:04] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sun May 11 06:52:08 CEST 2025
Total time taken to generate the page: 0.03727 seconds
|