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 dc19cce8..ce3b4e62 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -649,6 +649,7 @@ typedef struct int FB_cnt; /* Map of FB region refcount */ int fd; /* for sharing across zaphod heads */ Bool fd_wakeup_registered; /* fd has already been registered for wakeup handling */ + int dri2_info_cnt; } RADEONEntRec, *RADEONEntPtr; /* radeon_probe.c */ |