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

« back to all changes in this revision

Viewing changes to gtk/gtkclist.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:
5925
5925
    }
5926
5926
 
5927
5927
  if (!area)
5928
 
    gdk_window_clear_area (clist->clist_window, 0,
5929
 
                           ROW_TOP_YPIXEL (clist, i), 0, 0);
 
5928
    {
 
5929
      int w, h, y;
 
5930
      gdk_drawable_get_size (GDK_DRAWABLE (clist->clist_window), &w, &h);
 
5931
      y = ROW_TOP_YPIXEL (clist, i);
 
5932
      gdk_window_clear_area (clist->clist_window,
 
5933
                             0, y,
 
5934
                             w, h - y);
 
5935
    }
5930
5936
}
5931
5937
 
5932
5938
static void