[clutter/clutter-1.18] Edit an incorrect comment



commit 572504db4db7b69a62825c755129efb58bb19b54
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sat Mar 15 19:31:54 2014 +0000

    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 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/clutter/x11/clutter-stage-x11.c b/clutter/x11/clutter-stage-x11.c
index 2703d87..20fddeb 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;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]