From 680aaa1bd55fd4f0162ba31ca47d7e5b3563f2a1 Mon Sep 17 00:00:00 2001 From: Hugues Ross Date: Thu, 16 Jan 2020 13:41:07 -0500 Subject: Make clipping of formspec elements more consistent (#9262) --- src/network/networkprotocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/network/networkprotocol.h') diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index a2be181fb..2ade030c4 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -232,6 +232,7 @@ with this program; if not, write to the Free Software Foundation, Inc., FORMSPEC VERSION 3: Formspec elements are drawn in the order of definition bgcolor[]: use 3 parameters (bgcolor, formspec (now an enum), fbgcolor) + box[] and image[] elements enable clipping by default */ #define FORMSPEC_API_VERSION 3 -- cgit v1.2.3