diff options
Diffstat (limited to 'src/cg-base.h')
-rw-r--r-- | src/cg-base.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cg-base.h b/src/cg-base.h index f4beed1..0b3f497 100644 --- a/src/cg-base.h +++ b/src/cg-base.h @@ -68,6 +68,11 @@ typedef struct filter_update libcoopgamma_filter_t filter; /** + * The index of the CRTC + */ + size_t crtc; + + /** * Has the update been synchronised? */ int synced; |