mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
src/output.c: support theme.window_inactive_title_bg_color
This commit is contained in:
parent
c7a179f5b3
commit
5bd55570ba
3 changed files with 14 additions and 1 deletions
|
|
@ -148,6 +148,7 @@ bool view_want_deco(struct view *view);
|
|||
void view_focus(struct view *view);
|
||||
struct view *view_front_toplevel(struct server *server);
|
||||
struct view *next_toplevel(struct view *current);
|
||||
bool view_hasfocus(struct view *view);
|
||||
struct view *view_at(struct server *server, double lx, double ly,
|
||||
struct wlr_surface **surface, double *sx, double *sy,
|
||||
int *view_area);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue