mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
shaped-texture: Fix whitespace/indentation warnings
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1992>
This commit is contained in:
parent
ef0f708404
commit
b6857e59b2
@ -616,7 +616,7 @@ do_paint_content (MetaShapedTexture *stex,
|
||||
};
|
||||
|
||||
debug_paint_opaque_region =
|
||||
meta_get_debug_paint_flags() & META_DEBUG_PAINT_OPAQUE_REGION;
|
||||
meta_get_debug_paint_flags () & META_DEBUG_PAINT_OPAQUE_REGION;
|
||||
|
||||
/* Use nearest-pixel interpolation if the texture is unscaled. This
|
||||
* improves performance, especially with software rendering.
|
||||
|
Loading…
Reference in New Issue
Block a user