~ubuntu-branches/debian/experimental/gtk+2.0/experimental

« back to all changes in this revision

Viewing changes to gdk/gdkregion.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-08-17 11:44:53 UTC
  • mfrom: (1.10.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100817114453-7rm28441bqy4ufi2
Tags: 2.21.6-1
* debian/rules:
  + Remove obsolete configure parameter.
* New upstream development release:
  + debian/rules,
    debian/libgtk2.0-0.symbols:
    - Update for new API symbols.
  + debian/patches/009_gtk-export-filechooser.patch,
    debian/patches/042_treeview_single-focus.patch,
    debian/patches/070_mandatory-relibtoolize.patch:
    - Refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
                                           const GdkRegion    *source2);
110
110
void           gdk_region_subtract        (GdkRegion          *source1,
111
111
                                           const GdkRegion    *source2);
112
 
#ifndef GDK_DISABLE_DEPRECATED
113
112
void           gdk_region_xor             (GdkRegion          *source1,
114
113
                                           const GdkRegion    *source2);
115
114
 
 
115
#ifndef GDK_DISABLE_DEPRECATED
116
116
void   gdk_region_spans_intersect_foreach (GdkRegion          *region,
117
117
                                           const GdkSpan      *spans,
118
118
                                           int                 n_spans,