~ubuntu-branches/ubuntu/oneiric/mutter/oneiric-201109070806

« back to all changes in this revision

Viewing changes to src/include/common.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-10-12 17:23:14 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091012172314-lewb04b7p8g76arg
Tags: 2.28.0-0ubuntu1
* New upstream release
  - queue frame resize on window undecorate (Neil)
  - fix description of desktop background (Luca)
  - wrap g_error calls in braces (Matt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
317
317
 * coelesce multiple things together, the appropriate place to
318
318
 * do it is usually META_PRIORITY_BEFORE_REDRAW.
319
319
 *
320
 
 * (FIXME: Use a Clutter paint() function instead, to prevent
321
 
 * starving the repaints)
 
320
 * Note that its usually better to use meta_later_add() rather
 
321
 * than calling g_idle_add() directly; this will make sure things
 
322
 * get run when added from a clutter event handler without
 
323
 * waiting for another repaint cycle.
322
324
 *
323
325
 * If something has a priority lower than the redraw priority
324
326
 * (such as a default priority idle), then it may be arbitrarily