mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 07:34:09 +00:00
clutter/stage: Move a comment to a more appropriate place
https://gitlab.gnome.org/GNOME/mutter/merge_requests/547
This commit is contained in:
parent
b86fba2f3c
commit
f5f0aa1023
@ -1305,9 +1305,6 @@ clutter_stage_real_queue_redraw (ClutterActor *actor,
|
|||||||
if (_clutter_stage_window_ignoring_redraw_clips (stage_window))
|
if (_clutter_stage_window_ignoring_redraw_clips (stage_window))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
/* Convert the clip volume into stage coordinates and then into an
|
|
||||||
* axis aligned stage coordinates bounding box...
|
|
||||||
*/
|
|
||||||
if (redraw_clip == NULL)
|
if (redraw_clip == NULL)
|
||||||
{
|
{
|
||||||
_clutter_stage_window_add_redraw_clip (stage_window, NULL);
|
_clutter_stage_window_add_redraw_clip (stage_window, NULL);
|
||||||
@ -1317,6 +1314,8 @@ clutter_stage_real_queue_redraw (ClutterActor *actor,
|
|||||||
if (redraw_clip->is_empty)
|
if (redraw_clip->is_empty)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
|
/* Convert the clip volume into stage coordinates and then into an
|
||||||
|
* axis aligned stage coordinates bounding box... */
|
||||||
_clutter_paint_volume_get_stage_paint_box (redraw_clip,
|
_clutter_paint_volume_get_stage_paint_box (redraw_clip,
|
||||||
stage,
|
stage,
|
||||||
&bounding_box);
|
&bounding_box);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user