~linaro-maintainers/compiz-plugins-main/overlay-gl

« back to all changes in this revision

Viewing changes to debian/patches/04_fix_wall_from_git.diff

  • Committer: Michael Vogt
  • Date: 2008-10-15 20:16:31 UTC
  • Revision ID: michael.vogt@ubuntu.com-20081015201631-5vfnuxhzj7irmo5z
* debian/patches/04_fix_wall_from_git.diff:
  - add fix from git that should fix LP: #283215

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff --git a/wall.c b/wall.c
 
2
index dfe004b..b9cfd12 100644
 
3
--- a/src/wall/wall.c
 
4
+++ b/src/wall/wall.c
 
5
@@ -552,6 +552,7 @@ wallMoveViewport (CompScreen *s,
 
6
     moveScreenViewport (s, x, y, TRUE);
 
7
 
 
8
     ws->moving = TRUE;
 
9
+    ws->focusDefault = TRUE;
 
10
     ws->boxOutputDevice = outputDeviceForPoint (s, pointerX, pointerY);
 
11
 
 
12
     if (wallGetShowSwitcher (s->display))
 
13
@@ -677,7 +678,6 @@ wallInitiate (CompScreen      *s,
 
14
        action->state |= CompActionStateTermButton;
 
15
 
 
16
     ws->showPreview = TRUE;
 
17
-    ws->focusDefault = TRUE;
 
18
 
 
19
     return TRUE;
 
20
 }