updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / clutter-sharp-git / actorbox-4.0
blob1e608240e48ca6a53c9fa07300c6b2cf47f189f6
1 Index: clutter-sharp.git/clutter/Clutter/ActorBox.custom
2 ===================================================================
3 --- clutter-sharp.git.orig/clutter/Clutter/ActorBox.custom      2011-05-22 20:03:37.080415116 +0100
4 +++ clutter-sharp.git/clutter/Clutter/ActorBox.custom   2011-05-22 20:06:46.993053804 +0100
5 @@ -28,10 +28,10 @@
6          
7  public ActorBox (float x, float y, float width, float height)
8  {
9 -    X1 = x;
10 -    Y1 = y;
11 -    Width = width;
12 -    Height = height;
13 +    x1 = x;
14 +    y1 = y;
15 +    x2 = x1 + width;
16 +    y2 = y1 + height;
17  }
19  public override string ToString ()