|
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 |
| color_t | background |
| layout_t | parent_layout |
| 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).
| color_t deco_render_params::background |
Definition at line 244 of file data.h.
Referenced by x_draw_decoration().
| int deco_render_params::border_style |
Definition at line 240 of file data.h.
Referenced by x_draw_decoration().
| struct Colortriple* deco_render_params::color |
Definition at line 239 of file data.h.
Referenced by x_draw_decoration(), x_draw_decoration_after_title(), and x_draw_title_border().
| Rect deco_render_params::con_deco_rect |
Definition at line 243 of file data.h.
Referenced by x_draw_decoration().
| bool deco_render_params::con_is_leaf |
Definition at line 246 of file data.h.
Referenced by x_draw_decoration().
| struct width_height deco_render_params::con_rect |
Definition at line 241 of file data.h.
Referenced by x_draw_decoration().
| struct width_height deco_render_params::con_window_rect |
Definition at line 242 of file data.h.
Referenced by x_draw_decoration().
| layout_t deco_render_params::parent_layout |
Definition at line 245 of file data.h.
Referenced by x_draw_decoration().