~smspillaz/compiz-plugins-main/compiz-plugins-main.fix_939228

« back to all changes in this revision

Viewing changes to wall/src/offset_movement/include/offset-movement.h

  • Committer: smspillaz
  • Date: 2012-04-24 13:01:14 UTC
  • Revision ID: sam.spilsbury@canonical.com-20120424130114-sng6c43ulxxhrxz4
checkinĀ missingĀ files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 *
 
3
 * Compiz wall plugin
 
4
 *
 
5
 * offset-movement.h
 
6
 *
 
7
 * Copyright (c) 2006 Robert Carr <racarr@beryl-project.org>
 
8
 *
 
9
 * Authors:
 
10
 * Robert Carr <racarr@beryl-project.org>
 
11
 * Dennis Kasprzyk <onestone@opencompositing.org>
 
12
 *
 
13
 * This program is free software; you can redistribute it and/or
 
14
 * modify it under the terms of the GNU General Public License
 
15
 * as published by the Free Software Foundation; either version 2
 
16
 * of the License, or (at your option) any later version.
 
17
 *
 
18
 * This program is distributed in the hope that it will be useful,
 
19
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
20
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
21
 * GNU General Public License for more details.
 
22
 *
 
23
 **/
 
24
 
 
25
#ifndef _COMPIZ_WALL_OFFSET_MOVEMENT_H
 
26
#define _COMPIZ_WALL_OFFSET_MOVEMENT_H
 
27
 
 
28
#include <core/region.h>
 
29
#include <core/rect.h>
 
30
#include <core/point.h>
 
31
 
 
32
namespace compiz
 
33
{
 
34
    namespace wall
 
35
    {
 
36
        CompPoint movementWindowOnScreen (const CompRect &serverBorderRect,
 
37
                                          const CompRegion &screenRegion);
 
38
    }
 
39
}
 
40
 
 
41
#endif