i3
|
Stores the parameters for rendering a window decoration. More...
#include <data.h>
Data Fields | |
struct Colortriple * | color |
int | border_style |
struct width_height | con_rect |
struct width_height | con_window_rect |
Rect | con_deco_rect |
uint32_t | background |
bool | con_is_leaf |
Stores the parameters for rendering a window decoration.
This structure is cached in every Con and no re-rendering will be done if the parameters have not changed (only the pixmaps will be copied).
uint32_t deco_render_params::background |
Definition at line 128 of file data.h.
Referenced by x_draw_decoration().
Definition at line 124 of file data.h.
Referenced by x_draw_decoration().
struct Colortriple* deco_render_params::color |
Definition at line 123 of file data.h.
Referenced by x_draw_decoration().
Definition at line 127 of file data.h.
Referenced by x_draw_decoration().
Definition at line 129 of file data.h.
Referenced by x_draw_decoration().
Definition at line 125 of file data.h.
Referenced by x_draw_decoration().
Definition at line 126 of file data.h.
Referenced by x_draw_decoration().