~hypodermia/ubuntu/oneiric/compiz/fix-for-bug-301174

« back to all changes in this revision

Viewing changes to debian/patches/00_remove_printf.patch

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-04-15 17:08:40 UTC
  • mfrom: (0.168.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110415170840-x56m5m6qs4b7n8rb
Tags: 1:0.9.4+bzr20110415-0ubuntu1
* New upstream snapshot
  - Focus problem with Thunderbird (LP: #753951)
  - Chromium fullscreen + Alt-TAB confuses the launcher (LP: #757434)
  - compiz hangs randomly several times per day (LP: #740126)
* debian/patches/00_*:
  - removed as part of upstream tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: compiz-0.9.4+bzr20110411/src/event.cpp
2
 
===================================================================
3
 
--- compiz-0.9.4+bzr20110411.orig/src/event.cpp 2011-04-11 13:20:13.147881497 +0200
4
 
+++ compiz-0.9.4+bzr20110411/src/event.cpp      2011-04-11 13:20:50.696067682 +0200
5
 
@@ -1179,8 +1179,6 @@
6
 
            if (!XGetWindowAttributes (priv->dpy, event->xcreatewindow.window, &wa))
7
 
                priv->setDefaultWindowAttributes (&wa);
8
 
 
9
 
-           fprintf (stderr, "Window 0x%x created on ReparentNotify, map state isViewable? %i\n", event->xreparent.window,  wa.map_state == IsViewable);
10
 
-
11
 
            CoreWindow *cw = new CoreWindow (event->xcreatewindow.window);
12
 
            cw->manage (priv->getTopWindow (), wa);
13
 
 
14
 
Index: compiz-0.9.4+bzr20110411/src/screen.cpp
15
 
===================================================================
16
 
--- compiz-0.9.4+bzr20110411.orig/src/screen.cpp        2011-04-11 13:20:25.683943655 +0200
17
 
+++ compiz-0.9.4+bzr20110411/src/screen.cpp     2011-04-11 13:20:42.284025978 +0200
18
 
@@ -4695,8 +4695,6 @@
19
 
        if (!XGetWindowAttributes (screen->dpy (), children[i], &attrib))
20
 
            priv->setDefaultWindowAttributes (&attrib);
21
 
 
22
 
-        fprintf (stderr, "Window created on XQueryTree, map state isViewable? %i\n", attrib.map_state == IsViewable);
23
 
-
24
 
        CoreWindow *cw = new CoreWindow (children[i]);
25
 
        cw->manage (i ? children[i - 1] : 0, attrib);
26