Merge lp://staging/~3v1n0/compiz-grid-plugin/oneiric.fix_891886 into lp://staging/~compiz-team/compiz-grid-plugin/oneiric
Proposed by
Marco Trevisan (Treviño)
Status: | Merged |
---|---|
Approved by: | Marco Trevisan (Treviño) |
Approved revision: | 94 |
Merged at revision: | 96 |
Proposed branch: | lp://staging/~3v1n0/compiz-grid-plugin/oneiric.fix_891886 |
Merge into: | lp://staging/~compiz-team/compiz-grid-plugin/oneiric |
Diff against target: |
207 lines (+142/-4) 6 files modified
CMakeLists.txt (+2/-0) src/grabhandler.cpp (+47/-0) src/grabhandler.h (+31/-0) src/grid.cpp (+6/-4) tests/grabhandler/CMakeLists.txt (+9/-0) tests/grabhandler/test-grid-grab-handler.cpp (+47/-0) |
To merge this branch: | bzr merge lp://staging/~3v1n0/compiz-grid-plugin/oneiric.fix_891886 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sam Spilsbury | Approve | ||
Review via email: mp+82794@code.staging.launchpad.net |
Description of the change
This branch fixes the issue causing the grid plugin to be fired on window resize introduced by the branch lp:~smspillaz/compiz-grid-plugin/oneiric.fix_750316 .
I've added an extra check to see if we're not resizing, however just using the check
if (mask & CompWindowGrabM
seems to do the trick as well, but I'm not totally sure that this won't interfere with the multitouch issue related to bug #750316, also if using the three-fingers move in my notebook seems to work fine.
So, if anyone can re-test both the fixes...
To post a comment you must log in.
Hi Marco,
Can you confirm that the testcase here would be that resizing a window to the corner *wont* show the grid overlay ?