From 06842d436e163836de9532cd06029d165ea2e049 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 12 May 2014 15:40:11 -0700 Subject: [PATCH] wayland: Move version 2 request to end of interface specification MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit We're moving towards requiring interface additions to be appended to the end of the interface block. No functional change, opcodes are assigned as before, but version 2 additions are now grouped together, which prevents a scanner warning. Cc: "10.2" Signed-off-by: Kristian Høgsberg --- src/egl/wayland/wayland-drm/wayland-drm.xml | 35 +++++++++++---------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/src/egl/wayland/wayland-drm/wayland-drm.xml b/src/egl/wayland/wayland-drm/wayland-drm.xml index 8a3ad69b21d..5e64622df67 100644 --- a/src/egl/wayland/wayland-drm/wayland-drm.xml +++ b/src/egl/wayland/wayland-drm/wayland-drm.xml @@ -135,22 +135,6 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + -- 2.30.2