diff options
author | Erwann Chenede - <erwann.chenede@sun.com> | 2002-05-03 17:19:11 +0000 |
---|---|---|
committer | Erwann Chenede <erwannc@src.gnome.org> | 2002-05-03 17:19:11 +0000 |
commit | 88eb99ff4aca845da21a5ce24612e7ebcc52d0ca (patch) | |
tree | 38870058810cf93d211307b37f0068406f4f35ef /gtk/gtkplug.h | |
parent | 7b168e71eb186d996e797f8100265ea9413c457a (diff) | |
download | gtk+-88eb99ff4aca845da21a5ce24612e7ebcc52d0ca.tar.gz |
changed the order of the arguments. #80278
2002-05-03 Erwann Chenede - <erwann.chenede@sun.com>
* gtk/gtkplug.[hc] (gtk_plug_construct_for_display):
changed the order of the arguments. #80278
Diffstat (limited to 'gtk/gtkplug.h')
-rw-r--r-- | gtk/gtkplug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkplug.h b/gtk/gtkplug.h index 38a19f6bfe..139189e730 100644 --- a/gtk/gtkplug.h +++ b/gtk/gtkplug.h @@ -83,8 +83,8 @@ void gtk_plug_construct (GtkPlug *plug, GtkWidget* gtk_plug_new (GdkNativeWindow socket_id); #endif -void gtk_plug_construct_for_display (GdkDisplay *display, - GtkPlug *plug, +void gtk_plug_construct_for_display (GtkPlug *plug, + GdkDisplay *display, GdkNativeWindow socket_id); GtkWidget* gtk_plug_new_for_display (GdkDisplay *display, GdkNativeWindow socket_id); |