blur-effect: Fix alignment of function arguments
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/1000
This commit is contained in:
parent
6170bea283
commit
48b0a91385
@ -438,8 +438,8 @@ update_blur_fbo (ShellBlurEffect *self,
|
|||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
update_background_fbo (ShellBlurEffect *self,
|
update_background_fbo (ShellBlurEffect *self,
|
||||||
unsigned int width,
|
unsigned int width,
|
||||||
unsigned int height)
|
unsigned int height)
|
||||||
{
|
{
|
||||||
if (self->tex_width == width &&
|
if (self->tex_width == width &&
|
||||||
self->tex_height == height &&
|
self->tex_height == height &&
|
||||||
|
Loading…
Reference in New Issue
Block a user