X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fi915%2Fi915_screen.h;h=7f9e02fc0f6eb444a457808f792e1edf367c1654;hb=4fb2daf42c8171579cdc18605c5ceeb1963f8b31;hp=5126485caa7ec367bf192a521ebefc51b1092393;hpb=7ca7220ea1d31dbdbf1fe7e6f3e6cc4ff8b0abde;p=mesa.git diff --git a/src/gallium/drivers/i915/i915_screen.h b/src/gallium/drivers/i915/i915_screen.h index 5126485caa7..7f9e02fc0f6 100644 --- a/src/gallium/drivers/i915/i915_screen.h +++ b/src/gallium/drivers/i915/i915_screen.h @@ -32,7 +32,7 @@ #include "pipe/p_screen.h" -struct intel_winsys; +struct i915_winsys; /** @@ -42,7 +42,7 @@ struct i915_screen { struct pipe_screen base; - struct intel_winsys *iws; + struct i915_winsys *iws; boolean is_i945; uint pci_id;