diff options
Diffstat (limited to 'showdesktop.c')
-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; } } } |