cogl: fix indentation
https://bugzilla.gnome.org/show_bug.cgi?id=769054
This commit is contained in:
parent
ad7ec6b979
commit
720cbc5e5f
@ -936,7 +936,7 @@ _cogl_pipeline_layer_needs_combine_separate
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -298,7 +298,7 @@ _cogl_winsys_egl_make_current (CoglDisplay *display,
|
|||||||
if (egl_display->current_draw_surface == draw &&
|
if (egl_display->current_draw_surface == draw &&
|
||||||
egl_display->current_read_surface == read &&
|
egl_display->current_read_surface == read &&
|
||||||
egl_display->current_context == context)
|
egl_display->current_context == context)
|
||||||
return EGL_TRUE;
|
return EGL_TRUE;
|
||||||
|
|
||||||
ret = eglMakeCurrent (egl_renderer->edpy,
|
ret = eglMakeCurrent (egl_renderer->edpy,
|
||||||
draw,
|
draw,
|
||||||
|
Loading…
Reference in New Issue
Block a user