On Sat, Apr 09, 2005 at 11:47:23AM +0200, Jens K�rner wrote:
> got problems on poedit: There is no edge to grab the window frame (these
> small bars at the bottom of the window frame left & right) with
> the mouse to change the size.
The preferences window, or the main editor window? The preferences window
sets itself as:
_NET_WM_ALLOWED_ACTIONS(ATOM) = _NET_WM_ACTION_CHANGE_DESKTOP,
_NET_WM_ACTION_SHADE,
_NET_WM_ACTION_CLOSE,
_NET_WM_ACTION_MOVE,
_NET_WM_ACTION_MINIMIZE
and
_NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_DIALOG
and
WM_NORMAL_HINTS(WM_SIZE_HINTS):
program specified location: 0, 0
program specified minimum size: 389 by 592
program specified maximum size: 389 by 592
window gravity: NorthWest
So it's not resizeable. I'd say blackbox is right on target in not drawing
resize grips. Further, openbox does the same thing.
On the *preferences* dialog.
On the other tentacle, the main window *is* resizeable:
_NET_WM_ALLOWED_ACTIONS(ATOM) = _NET_WM_ACTION_CHANGE_DESKTOP,
_NET_WM_ACTION_SHADE,
_NET_WM_ACTION_CLOSE,
_NET_WM_ACTION_MOVE,
_NET_WM_ACTION_MINIMIZE,
_NET_WM_ACTION_RESIZE,
_NET_WM_ACTION_FULLSCREEN,
_NET_WM_ACTION_MAXIMIZE_HORZ,
_NET_WM_ACTION_MAXIMIZE_VERT
and
_NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL
and
WM_NORMAL_HINTS(WM_SIZE_HINTS):
window gravity: NorthWest
That's a normal resizeable window. If blackbox doesn't think so, perhaps
it has an inheritance problem from the preferences dialog. If the
preferences dialog never comes up, and yet blackbox thinks the main window
isn't resizeable, then something *is* broken.
Does blackbox still interpret Motif hints? Is there something in this:
_MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x3, 0x3e, 0x7e, 0x825ca00, 0xbfffe9a8
that blackbox is interpreting as instructions not to add the grips?
--
Marc Wilson | Love may laugh at locksmiths, but he has a profound
[EMAIL PROTECTED] | respect for money bags. -- Sidney Paternoster,
| "The Folly of the Wise"
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
List archives: http://asgardsrealm.net/lurker/splash/index.html