Skip to content
  • Benjamin Otte's avatar
    iconview: Remove needless requirement · ee91e272
    Benjamin Otte authored
    If we use
      &item->cell_area
    instead of
      (GdkRectangle *) item
    there is no need anymore to keep the cell_area as the first member of
    the the item. And we cget compile-time checks for changes to the item
    struct.
    ee91e272