<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - gtk_widget_realize() throws In pixman_region32_init_rect: Invalid rectangle passed"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=791081#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - gtk_widget_realize() throws In pixman_region32_init_rect: Invalid rectangle passed"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=791081">bug 791081</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=ofourdan%40redhat.com" title="Olivier Fourdan <ofourdan@redhat.com>"> <span class="fn">Olivier Fourdan</span></a>
</span></b>
        <pre>I think we hit a corner case here.

Basically, when the gtk_window_resize(GTK_WINDOW(window), 1, 1); is issue, we
don't have CSD enabled, so 1x1 is a valid size.

Then the windos widget is unrealized, gtk_window_set_titlebar() is invoked and
enables CSD, which means that the decorations will be taken from the window
size.

So eventually, when we realize the window with its requested size of 1x1, the
client side decorations are substracted which leads to negative sizes.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>