diff options
Diffstat (limited to 'src/sna/sna_video.h')
-rw-r--r-- | src/sna/sna_video.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sna/sna_video.h b/src/sna/sna_video.h index 7bfc971b..3ce72c00 100644 --- a/src/sna/sna_video.h +++ b/src/sna/sna_video.h @@ -57,7 +57,7 @@ struct sna_video { struct kgem_bo *old_buf[2]; struct kgem_bo *buf; - Bool textured; + bool textured; Rotation rotation; int plane; @@ -100,7 +100,7 @@ static inline int is_planar_fourcc(int id) } } -Bool +bool sna_video_clip_helper(ScrnInfoPtr scrn, struct sna_video *adaptor_priv, struct sna_video_frame *frame, @@ -123,7 +123,7 @@ sna_video_buffer(struct sna *sna, struct sna_video *video, struct sna_video_frame *frame); -Bool +bool sna_video_copy_data(struct sna *sna, struct sna_video *video, struct sna_video_frame *frame, |