mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58:08 +01:00
Make window border colours configurable.
Use the new preferences FrameBorderColor and FrameSelectedBorderColor to set the border colour of frame windows and selected frame windows respectively.
This commit is contained in:
committed by
Carlos R. Mafra
parent
c3a2438fac
commit
dee30d06ac
@@ -2198,6 +2198,8 @@ void wWindowConfigureBorders(WWindow *wwin)
|
||||
flags |= WFF_BORDER;
|
||||
if (wwin->flags.shaded)
|
||||
flags |= WFF_IS_SHADED;
|
||||
if (wwin->flags.selected)
|
||||
flags |= WFF_SELECTED;
|
||||
|
||||
oldh = wwin->frame->top_width;
|
||||
wFrameWindowUpdateBorders(wwin->frame, flags);
|
||||
|
||||
Reference in New Issue
Block a user