Hi Tom,

On Wed, 2006-02-15 at 12:49 -0500, Thomas Fitzsimmons wrote:
> > -  GtkWidget *window;
> > +  GtkWindow *window;
> > [...] 
> > -  window = gtk_plug_new ((GdkNativeWindow) socket_id);
> > +  window = GTK_WINDOW (gtk_plug_new ((GdkNativeWindow) socket_id));
>
> A simpler fix and one more in line with the rest of the peer code is to
> change the added line to:
> 
> gtk_window_set_decorated (GTK_WINDOW (window), FALSE);

OK. I'll change it in a minute.
What is precisely the rational/rule here?

The reason I made the change this way was that we expect to get a
GtkWindow for gtk_plug_new and always use it as GtkWindow.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to