mirror of
https://github.com/X11Libre/xf86-video-dummy.git
synced 2026-03-24 01:24:47 +00:00
Increase maximum number of video outputs to 16
Apparently 4 is too low. The number is totally arbitrary. Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
This commit is contained in:
committed by
Adam Jackson
parent
a87cfeca7d
commit
9e8dce17c0
@@ -13,7 +13,7 @@
|
||||
|
||||
#include "compat-api.h"
|
||||
|
||||
#define DUMMY_MAX_SCREENS 4
|
||||
#define DUMMY_MAX_SCREENS 16
|
||||
|
||||
/* Supported chipsets */
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user