Comment 11 for bug 930192

Revision history for this message
Sam Spilsbury (smspillaz) wrote :

- if (timeDiff > 100)
+ if (timeDiff > priv->optimalRedrawTime && !priv->reschedule)
      timeDiff = priv->optimalRedrawTime;

Did you ensure that the setting of priv->reschedule happens after this if branch ?