From 9e8dce17c0c9aaa9ee193cc7280d7132163765ec Mon Sep 17 00:00:00 2001 From: Marek Marczykowski-Górecki Date: Tue, 27 Sep 2016 22:26:30 +0200 Subject: Increase maximum number of video outputs to 16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apparently 4 is too low. The number is totally arbitrary. Signed-off-by: Marek Marczykowski-Górecki --- src/dummy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dummy.h b/src/dummy.h index a7f0878..3043919 100644 --- a/src/dummy.h +++ b/src/dummy.h @@ -13,7 +13,7 @@ #include "compat-api.h" -#define DUMMY_MAX_SCREENS 4 +#define DUMMY_MAX_SCREENS 16 /* Supported chipsets */ typedef enum { -- cgit v1.2.3