Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Jun 25, 2019
1 parent 1a0d210 commit 02d67c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/window_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ void window_manager_set_border_window_width(struct window_manager *wm, int width
}
}
}

void window_manager_set_active_border_window_color(struct window_manager *wm, uint32_t color)
{
wm->active_window_border_color = color;
Expand Down

0 comments on commit 02d67c3

Please sign in to comment.