[PATCH] scanner: require descriptions and summaries

2012-01-19 Thread Jesse Barnes
To be applied once wayland.xml has full documentation. --- src/scanner.c | 27 --- 1 files changed, 16 insertions(+), 11 deletions(-) diff --git a/src/scanner.c b/src/scanner.c index f88fb4d..ee9af5f 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -292,6 +292,9 @@ star

Re: [PATCH] scanner: allow summary attributes in args and in

2012-01-19 Thread Kristian Høgsberg
On Thu, Jan 19, 2012 at 5:13 PM, Jesse Barnes wrote: > Add support for arg summaries for use by detailed structure element > descriptions. Cool, pushed. Kristian > --- >  protocol/wayland.xml |    4 ++- >  src/scanner.c        |   76 + >  2 files

Re: [PATCH] scanner: allow summary attributes in args and in

2012-01-19 Thread Jesse Barnes
On Thu, 19 Jan 2012 14:13:36 -0800 Jesse Barnes wrote: > Add support for arg summaries for use by detailed structure element > descriptions. > --- > protocol/wayland.xml |4 ++- > src/scanner.c| 76 + > 2 files changed, 48 insertions(

[PATCH] scanner: allow summary attributes in args and in

2012-01-19 Thread Jesse Barnes
Add support for arg summaries for use by detailed structure element descriptions. --- protocol/wayland.xml |4 ++- src/scanner.c| 76 + 2 files changed, 48 insertions(+), 32 deletions(-) diff --git a/protocol/wayland.xml b/protocol/way

[PULL] leak and crash fixes

2012-01-19 Thread Pekka Paalanen
Hi Kristian, here is a patch set with various fixes. Let me know if they should be done differently, I wasn't sure which way to go with e.g. menu destruction. The following changes since commit 90b53815ba4d6711878430c4df360f62b8eac080: compositor: Flush surface damage to surface below on dest