From 9bd231c4f9f5afdcc07add86bbb473c7a9e4709e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 5 Oct 2017 18:15:10 +0530 Subject: [PATCH] Note that integers in the protocol are 32-bit --- graphics-protocol.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics-protocol.asciidoc b/graphics-protocol.asciidoc index dfff94547..d71dc015d 100644 --- a/graphics-protocol.asciidoc +++ b/graphics-protocol.asciidoc @@ -234,7 +234,7 @@ allows rendering of text on top of images. == Control data reference The table below shows all the control data keys as well as what values they can -take, and the default value they take when missing. +take, and the default value they take when missing. All integers are 32-bit. [cols="^1,<3,^1,<6"] |===