diff options
author | racarr <racarr@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-02-16 21:11:56 +0000 |
---|---|---|
committer | racarr <racarr@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-02-16 21:11:56 +0000 |
commit | ddb5db5239a63357d47704a08b6f8b9f64f3aa25 (patch) | |
tree | 9365db468c35fff394b53faaa97007947c8094af | |
parent | 801676b4eca4fdb304d4aef7dbbed13105ed6adb (diff) | |
download | marex-dev-ddb5db5239a63357d47704a08b6f8b9f64f3aa25.tar.gz marex-dev-ddb5db5239a63357d47704a08b6f8b9f64f3aa25.tar.bz2 |
Remove vortex animation
git-svn-id: file:///beryl/trunk@4114 d7aaf104-2d23-0410-ae22-9d23157bf5a3
-rw-r--r-- | beryl-plugins/src/wall.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/beryl-plugins/src/wall.c b/beryl-plugins/src/wall.c index 535eb37..0a7b6d9 100644 --- a/beryl-plugins/src/wall.c +++ b/beryl-plugins/src/wall.c @@ -143,7 +143,6 @@ typedef enum { ExpoAnimationZoom = 0, ExpoAnimationFadeZoom, - ExpoAnimationVortex, ExpoAnimationNum } ExpoAnimation; @@ -152,7 +151,6 @@ typedef enum static char *expoAnimationName[] = { N_("Zoom"), N_("Fade + Zoom"), - N_("Vortex") }; typedef struct _WallDisplay @@ -1505,9 +1503,6 @@ static void wallPaintTransformedScreen(CompScreen * s, CompTransform sTransform2 = sTransform; for (i = 0; i < s->hsize; i++) { - if (wd->expoAnimationType == ExpoAnimationVortex) - matrixRotate(&sTransform2, 360 * ws->expoCam, 0.0f, 1.0f, - 2.0f * ws->expoCam); (*s->paintTransformedScreen) (s, sAttrib, &sTransform2, &s->region, output, mask); |