mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
add window.*.border.type and window.*.border.bevel-width options
This commit is contained in:
parent
b07165f154
commit
773996f1ee
5 changed files with 40 additions and 7 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include <stdint.h>
|
||||
#include <wlr/types/wlr_scene.h>
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
#ifndef LABWC_BORDERSET_H
|
||||
#define LABWC_BORDERSET_H
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
#include <cairo.h>
|
||||
#include <stdbool.h>
|
||||
#include "common/node-type.h"
|
||||
#include "common/borderset.h"
|
||||
|
||||
struct lab_img;
|
||||
|
||||
|
|
@ -98,6 +99,8 @@ struct theme {
|
|||
float border_color[4];
|
||||
float toggled_keybinds_color[4];
|
||||
float label_text_color[4];
|
||||
enum border_type border_type;
|
||||
int bevel_width;
|
||||
|
||||
/* window drop-shadows */
|
||||
int shadow_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue