diff --git a/src/motif.c b/src/motif.c index 65370387..34f6847d 100644 --- a/src/motif.c +++ b/src/motif.c @@ -93,13 +93,7 @@ static void setupMWMHints(WWindow *wwin, MWMHints *mwm_hints) } if (mwm_hints->decorations & MWM_DECOR_BORDER) { - /* - * 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. - */ + wwin->client_flags.no_border = 0; } if (mwm_hints->decorations & MWM_DECOR_RESIZEH)