mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
backend: dummy: fix a typo in the dummy_get_blur_size function
"reisze_region" => "resize_region"
This commit is contained in:
parent
5b6f6ecbf5
commit
1e398b9c24
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ void dummy_destroy_blur_context(struct backend_base *base attr_unused, void *ctx
|
|||
}
|
||||
|
||||
void dummy_get_blur_size(void *ctx attr_unused, int *width, int *height) {
|
||||
// These numbers are arbitrary, to make sure the reisze_region code path is
|
||||
// These numbers are arbitrary, to make sure the resize_region code path is
|
||||
// covered.
|
||||
*width = 5;
|
||||
*height = 5;
|
||||
|
|
Loading…
Reference in a new issue