~meberl/inkscape/extension-fixes

« back to all changes in this revision

Viewing changes to src/display/sp-canvas.cpp

  • Committer: Liam P. White
  • Date: 2016-04-15 00:35:13 UTC
  • Revision ID: inkscapebrony@gmail.com-20160415003513-scn2b2g0uyl7l0hs
Priority is so high it blocks blitting the canvas

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
 
127
127
namespace {
128
128
 
129
 
gint const UPDATE_PRIORITY = G_PRIORITY_HIGH_IDLE;
 
129
gint const UPDATE_PRIORITY = G_PRIORITY_DEFAULT_IDLE;
130
130
 
131
131
GdkWindow *getWindow(SPCanvas *canvas)
132
132
{