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

« back to all changes in this revision

Viewing changes to src/event.cpp

  • 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:
1179
1179
            if (!XGetWindowAttributes (priv->dpy, event->xcreatewindow.window, &wa))
1180
1180
                priv->setDefaultWindowAttributes (&wa);
1181
1181
 
 
1182
            fprintf (stderr, "Window 0x%x created on ReparentNotify, map state isViewable? %i\n", event->xreparent.window,  wa.map_state == IsViewable);
 
1183
 
1182
1184
            CoreWindow *cw = new CoreWindow (event->xcreatewindow.window);
1183
1185
            cw->manage (priv->getTopWindow (), wa);
1184
1186