Skip to content

Commit c459a7d

Browse files
committed
Connect events to clutter-wayland.
1 parent f4b7b5e commit c459a7d

16 files changed

Lines changed: 901 additions & 27 deletions

clutter/clutter/cogl/clutter-stage-cogl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ clutter_stage_cogl_redraw_view (ClutterStageWindow *stage_window,
595595
cogl_clutter_winsys_has_feature (COGL_WINSYS_FEATURE_SWAP_REGION);
596596

597597
has_buffer_age =
598-
COGL_ONSCREEN (onscreen) &&
598+
cogl_is_onscreen (onscreen) &&
599599
cogl_clutter_winsys_has_feature (COGL_WINSYS_FEATURE_BUFFER_AGE);
600600

601601
redraw_clip = clutter_stage_view_take_redraw_clip (view);

0 commit comments

Comments
 (0)