From 4628d09d8357a223c702ea40bbcd492e0118a058 Mon Sep 17 00:00:00 2001 From: sandmann Date: Tue, 12 Sep 2006 21:19:43 +0000 Subject: [PATCH] Don't attempt to move viewport when dx = dy = 0 (206088) --- compiz.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiz.spec b/compiz.spec index 028ddcb..61f4c95 100644 --- a/compiz.spec +++ b/compiz.spec @@ -152,6 +152,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/compiz %changelog +* Tue Sep 12 2006 Soren Sandmann +- Don't attempt to move the viewport when dx = dy = 0.(last bit of 206088). + * Tue Sep 12 2006 Soren Sandmann - Fix plane.patch to draw correctly when no timeout is running. (206088).