Fix another typo
This commit is contained in:
parent
09956cba74
commit
49c5c97dd8
@ -200,8 +200,7 @@ clutter_backend_egl_get_features (ClutterBackend *backend)
|
|||||||
static void
|
static void
|
||||||
clutter_backend_egl_get_display_size (ClutterBackend *backend,
|
clutter_backend_egl_get_display_size (ClutterBackend *backend,
|
||||||
gint *width,
|
gint *width,
|
||||||
gint * clutter/clutter-backend.h:
|
gint *height)
|
||||||
*height)
|
|
||||||
{
|
{
|
||||||
ClutterBackendEGL *backend_egl = CLUTTER_BACKEND_EGL (backend);
|
ClutterBackendEGL *backend_egl = CLUTTER_BACKEND_EGL (backend);
|
||||||
gint surface_width, surface_height;
|
gint surface_width, surface_height;
|
||||||
|
Loading…
Reference in New Issue
Block a user