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

Jason Ekstrand jason at jlekstrand.net
Mon Oct 14 02:08:37 CEST 2013


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



More information about the wayland-devel mailing list