From 8f73ec6c6c18ea5676261064399a650911333da5 Mon Sep 17 00:00:00 2001 From: DS Date: Sun, 8 Dec 2019 18:59:30 +0100 Subject: Formspec: make bgcolor element less confusing and allow setting fullscreen color (#8996) --- 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 f74027828..a2be181fb 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -231,6 +231,7 @@ with this program; if not, write to the Free Software Foundation, Inc., background9[]: 9-slice scaling parameters FORMSPEC VERSION 3: Formspec elements are drawn in the order of definition + bgcolor[]: use 3 parameters (bgcolor, formspec (now an enum), fbgcolor) */ #define FORMSPEC_API_VERSION 3 -- cgit v1.2.3