~xnox/metacity/ubuntu

« back to all changes in this revision

Viewing changes to debian/patches/21_fix_compositing_startup.patch

  • Committer: Dimitri John Ledkov
  • Date: 2014-07-09 13:01:45 UTC
  • Revision ID: dimitri.ledkov@canonical.com-20140709130145-tn3p21qunh43mg9l
* debian/patches/01_focus_new_window.patch
  debian/patches/03_gtop_error.patch
  debian/patches/04_support_drag_drop_with_alt_tab.patch
  debian/patches/06_Add_UXD_shadows_and_borders.patch
  debian/patches/100_fade_on_long_title.patch
  debian/patches/10_no-ws-switcher.patch
  debian/patches/13_better_support_for_button_layout.patch
  debian/patches/14_wrong_colormap.patch
  debian/patches/21_fix_compositing_startup.patch
  debian/patches/git_support_new_schemas.patch:
  - Remove, applied upstream
* debian/patches/12_dont-show-as-user.patch:
  - Refresh

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Description: Fix some weird rendering effect at startup with compositing
2
 
#              activated
3
 
# Bug: https://bugzilla.gnome.org/show_bug.cgi?id=658036
4
 
# Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/820553
5
 
diff -Naur metacity-2.34.1.old//src/compositor/compositor-xrender.c metacity-2.34.1//src/compositor/compositor-xrender.c
6
 
--- metacity-2.34.1.old//src/compositor/compositor-xrender.c    2011-09-13 16:47:30.401946870 +0200
7
 
+++ metacity-2.34.1//src/compositor/compositor-xrender.c    2011-09-13 16:50:54.559380264 +0200
8
 
@@ -3090,6 +3090,8 @@
9
 
   xrc->atom_net_wm_window_type_toolbar = atoms[12];
10
 
   xrc->atom_net_wm_window_type_dropdown_menu = atoms[13];
11
 
   xrc->atom_net_wm_window_type_tooltip = atoms[14];
12
 
+  xrc->show_redraw = FALSE;
13
 
+  xrc->debug = FALSE;
14
 
 
15
 
 #ifdef USE_IDLE_REPAINT
16
 
   meta_verbose ("Using idle repaint\n");