Merge lp:~compiz-team/compiz-snap-plugin/compiz-snap-plugin.fix_868392 into lp:compiz-snap-plugin

Proposed by Sam Spilsbury
Status: Merged
Merged at revision: 59
Proposed branch: lp:~compiz-team/compiz-snap-plugin/compiz-snap-plugin.fix_868392
Merge into: lp:compiz-snap-plugin
Diff against target: 12 lines (+1/-1)
1 file modified
src/snap.cpp (+1/-1)
To merge this branch: bzr merge lp:~compiz-team/compiz-snap-plugin/compiz-snap-plugin.fix_868392
Reviewer Review Type Date Requested Status
Robert Carr (community) Approve
Review via email: mp+78264@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Robert Carr (robertcarr) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/snap.cpp'
--- src/snap.cpp 2011-09-29 11:17:24 +0000
+++ src/snap.cpp 2011-10-05 14:36:22 +0000
@@ -396,7 +396,7 @@
396 // Update snapping data396 // Update snapping data
397 if (ss->optionGetSnapTypeMask () & SnapTypeEdgeResistanceMask)397 if (ss->optionGetSnapTypeMask () & SnapTypeEdgeResistanceMask)
398 {398 {
399 snapGeometry = window->serverGeometry ();399 snapGeometry = window->geometry ();
400 this->snapDirection |= snapDirection;400 this->snapDirection |= snapDirection;
401 }401 }
402 // Attract the window if needed, moving it of the correct dist402 // Attract the window if needed, moving it of the correct dist

Subscribers

People subscribed via source and target branches

to all changes: