~ubuntu-branches/ubuntu/gutsy/compiz/gutsy

« back to all changes in this revision

Viewing changes to src/event.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2007-10-04 14:18:17 UTC
  • mfrom: (0.49.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071004141817-jqs0qcimzkns9s9h
Tags: 1:0.6.0+git20071004-0ubuntu1
* new 0.6 snapshot: 
  - do not crash if glGetString() returns NULL
  - don't restack desktop windows
  - fix window geometry comparison
  -  Send synthetic configure notify events where needed (ICCCM spec)
* debian/patches/026_fix_stacking:
  - never stack under the desktop window (LP: #147943)
* debian/patches/024_add_config_notify.patch:
  - dropped, improved version now part of upstream source

Show diffs side-by-side

added added

removed removed

Lines of Context:
1926
1926
 
1927
1927
                if (!allowFocus &&
1928
1928
                    (w->type & ~(CompWindowTypeSplashMask |
1929
 
                                 CompWindowTypeDockMask)))
 
1929
                                 CompWindowTypeDockMask   |
 
1930
                                 CompWindowTypeDesktopMask)))
1930
1931
                {
1931
1932
                    CompWindow *p;
1932
1933