summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2009-02-04 08:55:42 +0100
committerDanny Baumann <dannybaumann@web.de>2009-02-04 08:55:42 +0100
commit6570587a3f1fc916696edd0e5b46963dfbc26bf5 (patch)
tree5f4fba169b9a4bd0a7f4c5a8d24285985cf4692a /src
parent76aa8b40c90914ed6c886cf4373b0512025cde70 (diff)
Fix whitespace.
Diffstat (limited to 'src')
-rw-r--r--src/action.c6
-rw-r--r--src/paint.c6
-rw-r--r--src/screen.c4
-rw-r--r--src/texture.c2
-rw-r--r--src/window.c2
5 files changed, 10 insertions, 10 deletions
diff --git a/src/action.c b/src/action.c
index ebcd37e7..d594fd8b 100644
--- a/src/action.c
+++ b/src/action.c
@@ -1,6 +1,6 @@
/*
* Copyright © 2005 Novell, Inc.
- *
+ *
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
* fee, provided that the above copyright notice appear in all copies
@@ -12,11 +12,11 @@
* software for any purpose. It is provided "as is" without express or
* implied warranty.
*
- * NOVELL, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * NOVELL, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
* NO EVENT SHALL NOVELL, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR
* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
- * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+ * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
* NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
diff --git a/src/paint.c b/src/paint.c
index 59be51fe..013cd108 100644
--- a/src/paint.c
+++ b/src/paint.c
@@ -315,7 +315,7 @@ paintOutputRegion (CompScreen *screen,
vTransform = *transform;
matrixTranslate (&vTransform, offX, offY, 0);
-
+
XOffsetRegion (w->clip, -offX, -offY);
odMask |= PAINT_WINDOW_WITH_OFFSET_MASK;
@@ -416,10 +416,10 @@ paintOutputRegion (CompScreen *screen,
}
void
-enableOutputClipping (CompScreen *screen,
+enableOutputClipping (CompScreen *screen,
const CompTransform *transform,
Region region,
- CompOutput *output)
+ CompOutput *output)
{
GLdouble h = screen->height;
diff --git a/src/screen.c b/src/screen.c
index 16ff86a6..acfaa6e7 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -912,7 +912,7 @@ reshape (CompScreen *s,
s->fullscreenOutput.workArea.y = 0;
s->fullscreenOutput.workArea.width = w;
s->fullscreenOutput.workArea.height = h;
-
+
updateScreenEdges (s);
}
@@ -4203,7 +4203,7 @@ outputDeviceForGeometry (CompScreen *s,
}
}
}
-
+
return highest;
}
diff --git a/src/texture.c b/src/texture.c
index 324577a4..fb2edcf6 100644
--- a/src/texture.c
+++ b/src/texture.c
@@ -268,7 +268,7 @@ bindPixmapToTexture (CompScreen *screen,
else if (config->textureTargets & GLX_TEXTURE_RECTANGLE_BIT_EXT)
target = GLX_TEXTURE_RECTANGLE_EXT;
- /* Workaround for broken texture from pixmap implementations,
+ /* Workaround for broken texture from pixmap implementations,
that don't advertise any texture target in the fbconfig. */
if (!target)
{
diff --git a/src/window.c b/src/window.c
index 6cab7ee3..8a5df8ba 100644
--- a/src/window.c
+++ b/src/window.c
@@ -4032,7 +4032,7 @@ moveResizeWindow (CompWindow *w,
safe to assume that the saved coordinates should be updated too, e.g.
because the window was moved to another viewport by some client */
if ((xwcm & CWX) && (w->saveMask & CWX))
- w->saveWc.x += (xwc->x - w->serverX);
+ w->saveWc.x += (xwc->x - w->serverX);
if ((xwcm & CWY) && (w->saveMask & CWY))
w->saveWc.y += (xwc->y - w->serverY);