Index: src/init.C =================================================================== RCS file: /schmorpforge/rxvt-unicode/src/init.C,v --- src/init.C 15 Jul 2008 16:41:22 -0000 1.253 +++ src/init.C 10 Sep 2008 08:07:09 -0000 @@ -1078,15 +1078,7 @@ #if ENABLE_FRILLS if (option (Opt_borderLess)) { - if (XInternAtom (dpy, "_MOTIF_WM_INFO", True) == None) - { - // rxvt_warn("Window Manager does not support MWM hints. Bypassing window manager control for borderless window.\n"); - attributes.override_redirect = true; - } - else - { mwmhints.flags = MWM_HINTS_DECORATIONS; - } } #endif