output: Turn winsys_id into a uint64_t

We need a 64 bit field to combine the device id and connector
id into the output id (winsys_id).
This commit is contained in:
Emilio Pozuelo Monfort
2018-10-17 16:55:18 +02:00
committed by Emilio Pozuelo Monfort
parent 4bc6a64d47
commit 5e005316ef
8 changed files with 22 additions and 18 deletions

View File

@ -66,7 +66,7 @@ struct _MetaOutput
MetaGpu *gpu;
/* The low-level ID of this output, used to apply back configuration */
glong winsys_id;
uint64_t winsys_id;
char *name;
char *vendor;
char *product;