mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
src/keybind.c: move keybind_print() to dbg.c
This commit is contained in:
parent
7440919452
commit
f6578248c0
6 changed files with 14 additions and 16 deletions
|
|
@ -51,7 +51,6 @@ static void render_decorations(struct wlr_output *output, struct view *view)
|
|||
draw_rect(&ddata, deco_box(view, LAB_DECO_PART_BOTTOM));
|
||||
draw_rect(&ddata, deco_box(view, LAB_DECO_PART_LEFT));
|
||||
|
||||
|
||||
if (view_hasfocus(view))
|
||||
ddata.rgba = theme.window_active_title_bg_color;
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue