~ps-jenkins/compiz/latestsnapshot-10.9.9daily13.06.1913.04-0ubuntu1

« back to all changes in this revision

Viewing changes to plugins/move/src/move.cpp

  • Committer: Tarmac
  • Author(s): Daniel van Vugt
  • Date: 2013-04-02 19:24:11 UTC
  • mfrom: (3643.1.3 back-to-raring)
  • Revision ID: tarmac-20130402192411-8jqkwbion75aazvt
Make lp:compiz/0.9.9 identical to lp:compiz/raring, so we can use it for 
raring maintenance and eliminate lp:compiz/raring.

The changes that this proposal "undoes" have not been lost. They have just
moved to the new development series: lp:compiz/0.9.10 (lp:compiz now points
to this).

Approved by PS Jenkins bot, Sam Spilsbury.

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
            ms->w->move (ms->savedX - ms->w->geometry ().x (),
188
188
                         ms->savedY - ms->w->geometry ().y (), false);
189
189
 
 
190
        ms->w->syncPosition ();
 
191
 
190
192
        /* update window attributes as window constraints may have
191
193
           changed - needed e.g. if a maximized window was moved
192
194
           to another output device */
444
446
                        {
445
447
                            int wy;
446
448
 
 
449
                            /* update server position before maximizing
 
450
                               window again so that it is maximized on
 
451
                               correct output */
 
452
                            w->syncPosition ();
 
453
 
447
454
                            w->maximize (ms->origState);
448
455
 
449
456
                            wy  = workArea.y () + (w->border ().top >> 1);