~ubuntu-desktop/compiz-plugins-main/precise

« back to all changes in this revision

Viewing changes to debian/patches/fix-875557.patch

  • Committer: Package Import Robot
  • Author(s): Omer Akram
  • Date: 2011-12-05 15:36:29 UTC
  • Revision ID: package-import@ubuntu.com-20111205153629-orl2iey96x9iw30w
Tags: 1:0.9.6-0ubuntu4.1
* debian/patches/fix-875557.patch:
  - Compiz grid overlay appears after workspace switcher use.
    (LP: #875557)
* debian/patches/fix-891886.patch:
  - Compiz grid plugin is fired when resizing a window. (LP: #891886)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/expo/src/expo.cpp 2011-10-05 06:48:41 +0000
 
2
+++ b/expo/src/expo.cpp 2011-11-26 20:47:23 +0000
 
3
@@ -148,8 +148,6 @@
 
4
     else
 
5
        vpUpdateMode = VPUpdateMouseOver;
 
6
 
 
7
-    dndState  = DnDNone;
 
8
-
 
9
     screen->removeAction (&optionGetDndButton ());
 
10
     screen->removeAction (&optionGetExitButton ());
 
11
     screen->removeAction (&optionGetNextVpButton ());
 
12