Fix another typo

This commit is contained in:
Emmanuele Bassi 2008-06-25 13:18:21 +00:00
parent 09956cba74
commit 49c5c97dd8

View File

@ -200,8 +200,7 @@ clutter_backend_egl_get_features (ClutterBackend *backend)
static void
clutter_backend_egl_get_display_size (ClutterBackend *backend,
gint *width,
gint * clutter/clutter-backend.h:
*height)
gint *height)
{
ClutterBackendEGL *backend_egl = CLUTTER_BACKEND_EGL (backend);
gint surface_width, surface_height;