return self->rightmost;
}
}
+
+ /* there is no resizing maximized windows so make them the titlebar
+ context */
+ return OB_FRAME_CONTEXT_TITLEBAR;
}
if (win == self->window) return OB_FRAME_CONTEXT_FRAME;
ob_rr_theme->a_clear->surface.parentx = ob_rr_theme->grip_width +
self->bwidth;
RrPaint(ob_rr_theme->a_clear, self->topresize,
- self->width - (ob_rr_theme->grip_width + self->bwidth) * 2,
+ self->width - ob_rr_theme->grip_width * 2,
ob_rr_theme->paddingy + 1);
ob_rr_theme->a_clear->surface.parentx = 0;