From 01df51432e6d22adcc23ccc989432b53d6bc9126 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 12 Jan 2016 12:34:20 +0100 Subject: qapi: rename InputAxis values. Lowercase them. Signed-off-by: Gerd Hoffmann Reviewed-by: Daniel P. Berrange Reviewed-by: Markus Armbruster Reviewed-by: Eric Blake --- qapi-schema.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'qapi-schema.json') diff --git a/qapi-schema.json b/qapi-schema.json index 011fdb6bcd..f3e080fc13 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3753,12 +3753,9 @@ # Position axis of a pointer input device (mouse, tablet). # # Since: 2.0 -# -# Note that the spelling of these values may change when the -# x-input-send-event is promoted out of experimental status. ## { 'enum' : 'InputAxis', - 'data' : [ 'X', 'Y' ] } + 'data' : [ 'x', 'y' ] } ## # @InputKeyEvent -- cgit v1.2.3