diff options
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_screen.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_screen.h b/src/gallium/drivers/ilo/ilo_screen.h index 713db0b1e13..9d53af991aa 100644 --- a/src/gallium/drivers/ilo/ilo_screen.h +++ b/src/gallium/drivers/ilo/ilo_screen.h @@ -39,7 +39,7 @@ struct ilo_fence; struct ilo_screen { struct pipe_screen base; - struct ilo_dev_info dev; + struct ilo_dev dev; }; static inline struct ilo_screen * |