diff options
author | Chia-I Wu <[email protected]> | 2015-03-08 04:37:02 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-05-02 22:14:06 +0800 |
commit | 7562f9e907d9bb00832c6b75b833acd169bfe0ea (patch) | |
tree | e4b5ed031a04d199c9581c85f6a3443751bafd01 /src/gallium/drivers/ilo/ilo_screen.h | |
parent | 19351af53dfffb8543d21a58be9c9f9a52b3ba62 (diff) |
ilo: rename ilo_dev_info to ilo_dev
With intel_winsys being embedded in it, drop the "_info" suffix.
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 * |