Just curious — what is the reason for using Fremantle without GLES? Other device, not N900?
If I recall correctly, Telescope tries to hide window decorations for its window using this code: // TeleWindow.cpp:89 [/code]
Atom newstate; newstate = XInternAtom(_dpy, "_NET_WM_STATE_FULLSCREEN", True); XChangeProperty(_dpy, _win, XInternAtom(_dpy, "_NET_WM_STATE", True), XA_ATOM, 32, PropModeReplace, (const unsigned char *) &newstate, 1);
Is this only for xterm or for all multi-window apps too?
X Error! [3, 3, 0] X Error! [144, 145, 28] X Error! [144, 145, 8] X Error! [3, 20, 0] X Error! [8, 145, 4]
X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 3 (X_GetWindowAttributes) Resource id in failed request: 0x3400017 Serial number of failed request: 799 Current serial number in output stream: 800
It would be great if when you will send me a patch with your changes when it will be ready! But if it's not hard to you, please decorate your platform-specific changes with some define to keep code portable.