shaped-texture: Fix typo in documentation

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1252
This commit is contained in:
Robert Mader 2020-05-13 12:10:38 +02:00
parent 7a0bc5af7f
commit 819f9afa31

View File

@ -1177,7 +1177,7 @@ meta_shaped_texture_reset_viewport_src_rect (MetaShapedTexture *stex)
* meta_shaped_texture_set_viewport_dst_size: * meta_shaped_texture_set_viewport_dst_size:
* @stex: #MetaShapedTexture * @stex: #MetaShapedTexture
* @dst_width: The final viewport width (> 0) * @dst_width: The final viewport width (> 0)
* @dst_width: The final viewport height (> 0) * @dst_height: The final viewport height (> 0)
* *
* Sets a viewport size on @stex of the given @width and @height, which may * Sets a viewport size on @stex of the given @width and @height, which may
* lead to scaling the texture. If you need to have cropping, use * lead to scaling the texture. If you need to have cropping, use