Skip to content

Commit

Permalink
Do not call cairo paint on generate_pixmaps.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaridade145 authored and raveit65 committed Sep 5, 2020
1 parent e40d924 commit 0c2baf7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui/frames.c
Original file line number Diff line number Diff line change
Expand Up @@ -2280,8 +2280,6 @@ generate_pixmap (MetaFrames *frames,
cr = cairo_create (result);
cairo_translate (cr, -rect->x, -rect->y);

cairo_paint (cr);

meta_frames_paint_to_drawable (frames, frame, cr);

cairo_destroy (cr);
Expand Down

0 comments on commit 0c2baf7

Please sign in to comment.