Re: [PATCH weston] cairo-util: Draw solid titlebar for frames with only buttons

2014-08-19 Thread Pekka Paalanen
On Tue, 5 Aug 2014 15:22:04 +0800 Boyan Ding stu_...@126.com wrote: Previously geometry was changed to leave space for titlebar if a frame has only buttons but no title. This patch fixes theme_render_frame to avoid transparent titlebar. Signed-off-by: Boyan Ding stu_...@126.com ---

[PATCH weston] cairo-util: Draw solid titlebar for frames with only buttons

2014-08-05 Thread Boyan Ding
Previously geometry was changed to leave space for titlebar if a frame has only buttons but no title. This patch fixes theme_render_frame to avoid transparent titlebar. Signed-off-by: Boyan Ding stu_...@126.com --- shared/cairo-util.c | 8 +--- shared/cairo-util.h | 5 - shared/frame.c