From 572504db4db7b69a62825c755129efb58bb19b54 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 15 Mar 2014 19:31:54 +0000 Subject: [PATCH] Edit an incorrect comment The location of the cool-off handling of clipped redraws has been moved to clutter-stage-x11.c a long time ago (commit 1b1e77b4). --- clutter/x11/clutter-stage-x11.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clutter/x11/clutter-stage-x11.c b/clutter/x11/clutter-stage-x11.c index 2703d87fb..20fddeb0f 100644 --- a/clutter/x11/clutter-stage-x11.c +++ b/clutter/x11/clutter-stage-x11.c @@ -832,8 +832,7 @@ clutter_stage_x11_can_clip_redraws (ClutterStageWindow *stage_window) ClutterStageX11 *stage_x11 = CLUTTER_STAGE_X11 (stage_window); /* while resizing a window, clipped redraws are disabled in order to - * avoid artefacts. see clutter-event-x11.c:event_translate for a more - * detailed explanation + * avoid artefacts. */ return stage_x11->clipped_redraws_cool_off == 0; }