[PATCH wayland 6/7] scanner: Properly fill out interfaces
Jason Ekstrand
jason at jlekstrand.net
Mon Feb 18 08:03:27 PST 2013
Signed-off-by: Jason Ekstrand <jason at jlekstrand.net>
---
src/scanner.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/scanner.c b/src/scanner.c
index 6d2eddd..947ceb9 100644
--- a/src/scanner.c
+++ b/src/scanner.c
@@ -1133,6 +1133,7 @@ emit_code(struct protocol *protocol)
else
printf("\t0, NULL,\n");
+ printf("\tNULL, NULL,\n");
printf("};\n\n");
}
}
--
1.8.1.2
More information about the wayland-devel
mailing list