display: Use correctly typed pointer
We already assign list->data to output. https://bugzilla.gnome.org/show_bug.cgi?id=750312
This commit is contained in:
parent
4c7189d1b4
commit
3d8cd197c9
1 changed files with 2 additions and 2 deletions
|
@ -1429,8 +1429,8 @@ on_area_paint (FooScrollArea *area,
|
|||
cairo_fill (cr);
|
||||
|
||||
cairo_translate (cr, x, y);
|
||||
paint_output (self, cr, self->priv->current_configuration, list->data,
|
||||
cc_display_panel_get_output_id (list->data),
|
||||
paint_output (self, cr, self->priv->current_configuration, output,
|
||||
cc_display_panel_get_output_id (output),
|
||||
w * scale, h * scale);
|
||||
|
||||
cairo_restore (cr);
|
||||
|
|
Loading…
Add table
Reference in a new issue