ilo: replace a boolean by bool
[mesa.git] / src / gallium / state_trackers / xvmc / xvmc_private.h
index 26f874ad87a328c0113500c0f7625b57f810d5c2..014d83f0516a62323e0fbe17b28374e3b4949d12 100644 (file)
@@ -90,8 +90,8 @@ typedef struct
    /* optional palette for this subpicture */
    struct pipe_sampler_view *palette;
 
-   struct pipe_video_rect src_rect;
-   struct pipe_video_rect dst_rect;
+   struct u_rect src_rect;
+   struct u_rect dst_rect;
 
    /* The surface this subpicture is currently associated with, if any. */
    XvMCSurface *surface;