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

« back to all changes in this revision

Viewing changes to debian/patches/071_fix_window_move

  • 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:
1
 
Index: compiz-0.7.9+git20090211/gtk/window-decorator/gtk-window-decorator.c
2
 
===================================================================
3
 
--- compiz-0.7.9+git20090211.orig/gtk/window-decorator/gtk-window-decorator.c   2009-02-20 15:20:49.000000000 +0100
4
 
+++ compiz-0.7.9+git20090211/gtk/window-decorator/gtk-window-decorator.c        2009-02-20 15:21:05.000000000 +0100
5
 
@@ -7158,6 +7158,7 @@
6
 
     }
7
 
 
8
 
     screen = wnck_screen_get_default ();
9
 
+    wnck_set_client_type (WNCK_CLIENT_TYPE_PAGER);
10
 
 
11
 
     gdk_window_add_filter (NULL,
12
 
                           selection_event_filter_func,