7
* Copyright (c) 2006 Robert Carr <racarr@beryl-project.org>
10
* Robert Carr <racarr@beryl-project.org>
11
* Dennis Kasprzyk <onestone@opencompositing.org>
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.
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.
25
#ifndef _COMPIZ_WALL_OFFSET_MOVEMENT_H
26
#define _COMPIZ_WALL_OFFSET_MOVEMENT_H
28
#include <core/region.h>
29
#include <core/rect.h>
30
#include <core/point.h>
36
CompPoint movementWindowOnScreen (const CompRect &serverBorderRect,
37
const CompRegion &screenRegion);