diff options
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index f10ffa19..bdc80fd4 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -116,6 +116,7 @@ typedef struct { Bool IsUsed; Bool IsActive; + int binding; // which instance of the driver "owns" this controller DisplayModePtr pCurMode; RADEONConnector* pPort; } RADEONController; |