Re: [PATCH weston 0/4] Move decoration code from window.c to

2013-10-13 Thread Kristian Høgsberg
On Sun, Oct 13, 2013 at 07:08:37PM -0500, Jason Ekstrand wrote: > This splits the decorations code out from window.c so that it can also be > used by the xwayland WM and other weston components. > > Jason Ekstrand (4): > Rename frame_create and frame_set_child_size with a window_ prefix > Add

[PATCH weston 0/4] Move decoration code from window.c to

2013-10-13 Thread Jason Ekstrand
This splits the decorations code out from window.c so that it can also be used by the xwayland WM and other weston components. Jason Ekstrand (4): Rename frame_create and frame_set_child_size with a window_ prefix Add decoration frame support to cairo-util Use cairo-util frame in tinytoolkit