mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
Fix typo
This commit is contained in:
parent
8008bfea25
commit
09956cba74
@ -200,14 +200,15 @@ 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 *height)
|
gint * clutter/clutter-backend.h:
|
||||||
|
*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;
|
||||||
|
|
||||||
if (backend_egl->stage)
|
if (backend_egl->stage)
|
||||||
{
|
{
|
||||||
ClutterStageEgl *stage_egl;
|
ClutterStageEGL *stage_egl;
|
||||||
|
|
||||||
stage_egl = CLUTTER_STAGE_EGL (backend_egl->stage);
|
stage_egl = CLUTTER_STAGE_EGL (backend_egl->stage);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user