mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
cogl/onscreen/glx: Remove extraneous spaces
check-code-style was complaining about this. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3587>
This commit is contained in:
parent
53ca3a0089
commit
c63fdba6b3
@ -693,10 +693,10 @@ cogl_onscreen_glx_swap_region (CoglOnscreen *onscreen,
|
||||
* we only need it to throttle redraws.
|
||||
*/
|
||||
gboolean blit_sub_buffer_is_synchronized =
|
||||
_cogl_winsys_has_feature (COGL_WINSYS_FEATURE_SWAP_REGION_SYNCHRONIZED);
|
||||
_cogl_winsys_has_feature (COGL_WINSYS_FEATURE_SWAP_REGION_SYNCHRONIZED);
|
||||
|
||||
int framebuffer_width = cogl_framebuffer_get_width (framebuffer);
|
||||
int framebuffer_height = cogl_framebuffer_get_height (framebuffer);
|
||||
int framebuffer_width = cogl_framebuffer_get_width (framebuffer);
|
||||
int framebuffer_height = cogl_framebuffer_get_height (framebuffer);
|
||||
int *rectangles = g_alloca (sizeof (int) * n_rectangles * 4);
|
||||
int i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user