diff options
author | Danny Baumann <dannybaumann@web.de> | 2008-08-19 08:00:01 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2008-08-19 08:00:01 +0200 |
commit | 9241673446c64575925e5a49e188ff6bc8c7682c (patch) | |
tree | 54daff50add3349ae95f2e4c40974122af6d5b95 | |
parent | 2ea0c9065a227ddf6b20ed66b37598a0f519b973 (diff) | |
download | showdesktop-9241673446c64575925e5a49e188ff6bc8c7682c.tar.gz showdesktop-9241673446c64575925e5a49e188ff6bc8c7682c.tar.bz2 |
Clear out movement variables correctly.
-rw-r--r-- | showdesktop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/showdesktop.c b/showdesktop.c index cee5bed..cc5a07d 100644 --- a/showdesktop.c +++ b/showdesktop.c @@ -515,6 +515,8 @@ showdesktopDonePaintScreen (CompScreen *s) { free (sw->placer); sw->placer = NULL; + sw->tx = 0; + sw->ty = 0; } } } |