1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 05:48:01 +01:00

clearance for text on titlebar.

This commit is contained in:
id
2000-01-11 07:48:11 +00:00
parent eca1fc5e9f
commit 9fe3f77559
5 changed files with 27 additions and 6 deletions

View File

@@ -145,7 +145,15 @@ appearanceObserver(void *self, WMNotification *notif)
return;
if (flags & WFontSettings) {
wWindowConfigureBorders(wwin);
wWindowConfigureBorders(wwin);
if(wwin->flags.shaded) {
wFrameWindowResize(wwin->frame, wwin->frame->core->width,
wwin->frame->top_width - 1);
wwin->client.y = wwin->frame_y - wwin->client.height
+ wwin->frame->top_width;
wWindowSynthConfigureNotify(wwin);
}
}
if (flags & WTextureSettings) {
wwin->frame->flags.need_texture_remake = 1;