~ubuntu-branches/ubuntu/jaunty/compiz/jaunty-updates

« back to all changes in this revision

Viewing changes to src/screen.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-03-09 10:23:38 UTC
  • Revision ID: james.westby@ubuntu.com-20090309102338-w5iyzw2p2r2hptpi
Tags: 1:0.8.2-0ubuntu1
* new upstream release 0.8.2
  - dropped 070_revert_prop_change (upstream now)
  - dropped 071_fix_window_move (upstream now)
* debian/patches/033_compiz_manager_xdg_dirs:
  - fix compiz-wrapper when multiple compiz dirs are given
    (patch got dropped during the jaunty cycle) LP: #141621
* re-re-add /usr/share/gnome/wm-properties/compiz.desktop to
  make the gnome-window-properties work again (LP: #269805)
* debian/source_compiz.py, debian/rules:
  - include apport hook (LP: #338472)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3758
3758
        window->initialViewportY = s->viewportY;
3759
3759
 
3760
3760
        workspace = sn_startup_sequence_get_workspace (s->sequence);
3761
 
        setDesktopForWindow (window, workspace);
 
3761
        if (workspace >= 0)
 
3762
            setDesktopForWindow (window, workspace);
3762
3763
 
3763
3764
        window->initialTimestamp    =
3764
3765
            sn_startup_sequence_get_timestamp (s->sequence);