diff options
Diffstat (limited to 'gtk/gtksocket.h')
-rw-r--r-- | gtk/gtksocket.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtksocket.h b/gtk/gtksocket.h index 04c977eea0..6e6e2aa66e 100644 --- a/gtk/gtksocket.h +++ b/gtk/gtksocket.h @@ -20,7 +20,7 @@ * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS * file for a list of people on the GTK+ Team. See the ChangeLog * files for a list of changes. These files are distributed with - * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ #if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) @@ -53,7 +53,7 @@ struct _GtkSocket guint16 request_height; guint16 current_width; guint16 current_height; - + GdkWindow *plug_window; GtkWidget *plug_widget; @@ -64,7 +64,7 @@ struct _GtkSocket guint need_map : 1; guint is_mapped : 1; guint active : 1; - + GtkAccelGroup *accel_group; GtkWidget *toplevel; }; |