1
0
Fork 0

cogl/glx: Silence a compiler warning

This commit is contained in:
Emmanuele Bassi 2011-04-18 15:53:25 +01:00
parent 57ebce8039
commit 1b17ca5d8f

View file

@ -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);