diff options
author | cornelius <cornelius@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-02-15 08:50:09 +0000 |
---|---|---|
committer | cornelius <cornelius@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-02-15 08:50:09 +0000 |
commit | de202706b9ed71c0b85e399d90f7b0b63d9b40a7 (patch) | |
tree | e6d37c7ac175a9171941366d09dffebc24277f24 | |
parent | 6acebd48859d34b408f3c4c82c322c69f50f70a7 (diff) | |
download | marex-dev-de202706b9ed71c0b85e399d90f7b0b63d9b40a7.tar.gz marex-dev-de202706b9ed71c0b85e399d90f7b0b63d9b40a7.tar.bz2 |
wall: [r4071] Added zoom animation (use NxN virtual size for best results) (doesn't use aspect ratio setting yet). Some case corrections for setting descriptions.
git-svn-id: file:///beryl/trunk@4072 d7aaf104-2d23-0410-ae22-9d23157bf5a3
-rw-r--r-- | beryl-plugins/src/wall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/beryl-plugins/src/wall.c b/beryl-plugins/src/wall.c index ae5e137..e5dd7f0 100644 --- a/beryl-plugins/src/wall.c +++ b/beryl-plugins/src/wall.c @@ -153,6 +153,7 @@ static char *expoAnimationName[] = { N_("Vortex") }; + typedef struct _WallDisplay { int screenPrivateIndex; |