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 xwayland: Use decoration frame from cairo-util clients/clickdot.c | 2 +- clients/cliptest.c | 2 +- clients/desktop-shell.c | 2 +- clients/dnd.c | 4 +- clients/eventdemo.c | 2 +- clients/image.c | 2 +- clients/nested.c | 2 +- clients/resizor.c | 2 +- clients/subsurfaces.c | 2 +- clients/terminal.c | 4 +- clients/window.c | 587 ++++++++++-------------------------- clients/window.h | 5 +- shared/Makefile.am | 2 + shared/cairo-util.h | 111 +++++++ shared/frame.c | 673 ++++++++++++++++++++++++++++++++++++++++++ src/xwayland/window-manager.c | 160 ++++++---- 16 files changed, 1054 insertions(+), 508 deletions(-) create mode 100644 shared/frame.c -- 1.8.3.1 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
