taking opportunity to correct a comment that was not totally right. --- src/motif.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/motif.c b/src/motif.c index 514be4d..7eaba31 100644 --- a/src/motif.c +++ b/src/motif.c @@ -94,9 +94,11 @@ static void setupMWMHints(WWindow *wwin, MWMHints *mwm_hints) if (mwm_hints->decorations & MWM_DECOR_BORDER) { /* - * WindowMaker does not draw extra border around the window - * like many other X window managers, so we don't need to - * hide anything for this flag + * WindowMaker is drawing only a discreet 1 pixel border without + * any decoration like a few other X window managers used to do, so + * we assume it is not worth spending the time to add extra + * complexity to handle this special request, considering also that + * the Motif toolkit is not used anymore nowadays. */ } -- 2.1.3 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.