summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Reveman <c99drn@cs.umu.se>2006-05-31 14:53:56 +0000
committerDavid Reveman <c99drn@cs.umu.se>2006-05-31 14:53:56 +0000
commita0e57844920c95e66e379f4987cc1c5b03cc3d7b (patch)
treedb1a66f51dec8d929a2b7c09c8697833140eaa22 /ChangeLog
parent0d700e7301a734cf1442f03087bc2ed8bf4b3ce1 (diff)
Fix clipping issue
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebcc911a..6568761b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-05-31 David Reveman <davidr@novell.com>
+ * plugins/switcher.c (switchPaintWindow): Make sure selected window is
+ not clipped incorrectly when some window is transformed. (bnc 179828)
+
* plugins/move.c (moveHandleEvent): Initialize xRoot and yRoot.
(bnc 179902)