~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to gdk/quartz/GdkQuartzView.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-23 09:50:04 UTC
  • mfrom: (1.5.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20090923095004-e9xauadn4bjs5n7m
Tags: upstream-2.18.0
ImportĀ upstreamĀ versionĀ 2.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
  if (NSEqualRects (rect, NSZeroRect))
73
73
    return;
74
74
 
 
75
  /* Clear our own bookkeeping of regions that need display */
 
76
  if (impl->needs_display_region)
 
77
    {
 
78
      gdk_region_destroy (impl->needs_display_region);
 
79
      impl->needs_display_region = NULL;
 
80
    }
 
81
 
75
82
  [self getRectsBeingDrawn:&drawn_rects count:&count];
76
83
 
77
84
  /* Note: arbitrary limit here to not degrade performace too much. It would