Skip to content

Commit

Permalink
Merge pull request mate-desktop#24 from ketheriel/master
Browse files Browse the repository at this point in the history
fix startup rendering effects with composite enabled
  • Loading branch information
stefano-k committed Nov 11, 2012
2 parents 366e3b6 + 6404a98 commit f92f68f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/compositor/compositor-xrender.c
Original file line number Diff line number Diff line change
Expand Up @@ -3059,6 +3059,8 @@ meta_compositor_xrender_new (MetaDisplay *display)
xrc->atom_net_wm_window_type_toolbar = atoms[12];
xrc->atom_net_wm_window_type_dropdown_menu = atoms[13];
xrc->atom_net_wm_window_type_tooltip = atoms[14];
xrc->show_redraw = FALSE;
xrc->debug = FALSE;

#ifdef USE_IDLE_REPAINT
meta_verbose ("Using idle repaint\n");
Expand Down

0 comments on commit f92f68f

Please sign in to comment.