Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 237271
Collapse All | Expand All

(-)src/init.C (-8 lines)
Lines 1078-1092 Link Here
1078
#if ENABLE_FRILLS
1078
#if ENABLE_FRILLS
1079
  if (option (Opt_borderLess))
1079
  if (option (Opt_borderLess))
1080
    {
1080
    {
1081
      if (XInternAtom (dpy, "_MOTIF_WM_INFO", True) == None)
1082
        {
1083
          // rxvt_warn("Window Manager does not support MWM hints.  Bypassing window manager control for borderless window.\n");
1084
          attributes.override_redirect = true;
1085
        }
1086
      else
1087
        {
1088
          mwmhints.flags = MWM_HINTS_DECORATIONS;
1081
          mwmhints.flags = MWM_HINTS_DECORATIONS;
1089
        }
1090
    }
1082
    }
1091
#endif
1083
#endif
1092
1084

Return to bug 237271