Bugfix: Also update pixmaps when the position of the deco_rect has changed (Thanks fernandotcl)

This commit is contained in:
Michael Stapelberg
2011-03-20 18:07:07 +01:00
parent e913e519f2
commit b3ee50b184
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ struct deco_render_params {
int border_style;
struct width_height con_rect;
struct width_height con_window_rect;
struct width_height con_deco_rect;
Rect con_deco_rect;
uint32_t background;
bool con_is_leaf;
xcb_font_t font;