~ubuntu-branches/ubuntu/raring/gtk+2.0/raring-proposed

« back to all changes in this revision

Viewing changes to gdk/x11/gdkevents-x11.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-05 17:27:55 UTC
  • mfrom: (1.14.14)
  • Revision ID: package-import@ubuntu.com-20120905172755-14uyfpowr7elvr7m
Tags: 2.24.12-0ubuntu1
* New upstream bugfix release
* debian/patches/091_bugzilla_tooltip_refresh.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1799
1799
           * means we hid the window ourselves, so we will have already flipped
1800
1800
           * the iconified bit off.
1801
1801
           */
1802
 
          if (window)
1803
 
            {
1804
 
              if (GDK_WINDOW_IS_MAPPED (window))
1805
 
                gdk_synthesize_window_state (window,
1806
 
                                             0,
1807
 
                                             GDK_WINDOW_STATE_ICONIFIED);
1808
 
 
1809
 
              _gdk_xgrab_check_unmap (window, xevent->xany.serial);
1810
 
            }
 
1802
          if (window && GDK_WINDOW_IS_MAPPED (window))
 
1803
            gdk_synthesize_window_state (window,
 
1804
                                         0,
 
1805
                                         GDK_WINDOW_STATE_ICONIFIED);
1811
1806
        }
 
1807
 
 
1808
      if (window)
 
1809
        _gdk_xgrab_check_unmap (window, xevent->xany.serial);
 
1810
 
1812
1811
      break;
1813
1812
      
1814
1813
    case MapNotify: