~ubuntu-branches/ubuntu/trusty/compiz/trusty

« back to all changes in this revision

Viewing changes to src/window/extents/include/core/windowextents.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-08-22 06:58:07 UTC
  • mto: This revision was merged to the branch mainline in revision 3352.
  • Revision ID: package-import@ubuntu.com-20130822065807-17nlzez0d30y09so
Tags: upstream-0.9.10+13.10.20130822
ImportĀ upstreamĀ versionĀ 0.9.10+13.10.20130822

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        int top;
54
54
        int bottom;
55
55
 
 
56
        bool operator== (const Extents &other) const;
 
57
        bool operator!= (const Extents &other) const;
 
58
 
 
59
        /* Only here for ABI compatability */
56
60
        bool operator== (const Extents &other);
57
61
        bool operator!= (const Extents &other);
58
62
};