~smspillaz/compiz-core/compiz-core.extents-tests

« back to all changes in this revision

Viewing changes to include/core/window.h

  • Committer: smspillaz
  • Date: 2012-01-19 20:18:20 UTC
  • Revision ID: sam.spilsbury@canonical.com-20120119201820-kduac8hd6aw2t4wy
Added window extents module and tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
#include <core/point.h>
43
43
#include <core/region.h>
44
44
#include <core/windowgeometry.h>
 
45
#include <core/windowextents.h>
45
46
 
46
47
#include <core/wrapsystem.h>
47
48
 
200
201
 * Specifies the left, right, top and bottom positions of a window's
201
202
 * geometry
202
203
 */
203
 
struct CompWindowExtents {
204
 
    int left;
205
 
    int right;
206
 
    int top;
207
 
    int bottom;
208
 
};
 
204
typedef compiz::window::extents::Extents CompWindowExtents;
209
205
 
210
206
/**
211
207
 * Specifies the area of the screen taken up by strut windows