From 36505c85d15a5c46a31955d3412db0967e6fceee Mon Sep 17 00:00:00 2001 From: sandmann Date: Wed, 27 Sep 2006 22:46:30 +0000 Subject: [PATCH] Add patch to show menu when an icon is clicked --- compiz.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/compiz.spec b/compiz.spec index ccba3d9..b72e65c 100644 --- a/compiz.spec +++ b/compiz.spec @@ -53,6 +53,7 @@ Patch111: button-clicks.patch Patch112: positioning.patch Patch113: resize-offset.patch Patch114: restart.patch +Patch115: icon-menu.patch %description Compiz is one of the first OpenGL-accelerated compositing window @@ -96,6 +97,7 @@ windows and compositing manager. %patch112 -p1 -b .positioning %patch113 -p1 -b .resize-offset %patch114 -p1 -b .restart +%patch115 -p1 -b .icon-menu %build rm -rf $RPM_BUILD_ROOT @@ -175,6 +177,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/compiz %changelog +* Wed Sep 27 2006 Soren Sandmann +- Add patch to show a menu when the window icon is clicked. (Bug 201629). + * Tue Sep 26 2006 Soren Sandmann - 0.0.13-0.29.20060817git.fc6 - Add restart.patch to make compiz ask the session manager to restart it if it crashes (bug 200280).