mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
cogl/glx: Silence a compiler warning
This commit is contained in:
parent
d0739ca0ba
commit
cbbf76f280
@ -1191,7 +1191,7 @@ _cogl_winsys_onscreen_swap_buffers (CoglOnscreen *onscreen)
|
|||||||
|
|
||||||
if (onscreen->swap_throttled)
|
if (onscreen->swap_throttled)
|
||||||
{
|
{
|
||||||
guint32 end_frame_vsync_counter;
|
guint32 end_frame_vsync_counter = 0;
|
||||||
|
|
||||||
have_counter =
|
have_counter =
|
||||||
_cogl_winsys_has_feature (COGL_WINSYS_FEATURE_VBLANK_COUNTER);
|
_cogl_winsys_has_feature (COGL_WINSYS_FEATURE_VBLANK_COUNTER);
|
||||||
|
Loading…
Reference in New Issue
Block a user