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