~ubuntu-branches/debian/jessie/cheese/jessie

« back to all changes in this revision

Viewing changes to libcheese/um-crop-area.h

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-04-02 21:39:33 UTC
  • mfrom: (1.5.1) (15.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20140402213933-r0w3gna0pv7q7085
Tags: 3.12.0-1
* New upstream release.
* Revert changes done in 3.10.1-3
  - i.e. lower gnome-desktop build-dependency again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
struct _UmCropArea {
58
58
        /*< private >*/
59
59
        GtkDrawingArea parent_instance;
60
 
        UmCropAreaPrivate *priv;
61
60
};
62
61
 
63
62
GType      um_crop_area_get_type             (void) G_GNUC_CONST;