Skip to content

Commit eaf57c4

Browse files
pdfinnclaude
andauthored
feat(matrix): add themed content border to matrix window
Apply contentborder() in redraw() to give the matrix app the same accent-colour highlight border that other wm apps received in ab11ea4. https://claude.ai/code/session_017yqdCu558V7Uok32tgckJ3 Co-authored-by: Claude <noreply@anthropic.com>
1 parent 751df10 commit eaf57c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

appl/cmd/matrix.b

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,6 +1228,8 @@ redraw()
12281228
if(comp != nil && comp.layout != nil)
12291229
drawlayout(img, comp.layout);
12301230

1231+
if(widgetmod != nil)
1232+
widgetmod->contentborder(img);
12311233
img.flush(Draw->Flushnow);
12321234
}
12331235

0 commit comments

Comments
 (0)