mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Render window close button
This commit is contained in:
parent
40e862f3ac
commit
baca410560
17 changed files with 177 additions and 50 deletions
|
|
@ -1,12 +1,20 @@
|
|||
/*
|
||||
* Theme engine for labwc - trying to be consistent with openbox
|
||||
*
|
||||
* Copyright Johan Malm 2020
|
||||
*/
|
||||
|
||||
#ifndef THEME_H
|
||||
#define THEME_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <wlr/render/wlr_renderer.h>
|
||||
|
||||
struct theme {
|
||||
float window_active_title_bg_color[4];
|
||||
float window_active_handle_bg_color[4];
|
||||
float window_inactive_title_bg_color[4];
|
||||
struct wlr_texture *xbm_close;
|
||||
};
|
||||
|
||||
extern struct theme theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue