diff options
author | Elliot Lee <sopwith@redhat.com> | 2000-06-20 22:24:49 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-06-20 22:24:49 +0000 |
commit | 2a1b3edd187b610c93959ae8c82e98028560c621 (patch) | |
tree | c776a34701178321fb5b1c518608c824535e18bb /gtk/gtksocket.h | |
parent | df4fc3672127660c1d47e4225297d00abbee84eb (diff) | |
download | gtk+-2a1b3edd187b610c93959ae8c82e98028560c621.tar.gz |
Fix conditionality to work the "right" way. Missed commits from previous.
2000-06-18 Elliot Lee <sopwith@redhat.com>
* gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
* gtk/gtk{plug,socket}.h: Missed commits from previous.
Diffstat (limited to 'gtk/gtksocket.h')
-rw-r--r-- | gtk/gtksocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksocket.h b/gtk/gtksocket.h index 4b91788e1b..9df8693e62 100644 --- a/gtk/gtksocket.h +++ b/gtk/gtksocket.h @@ -69,7 +69,7 @@ struct _GtkSocketClass GtkWidget* gtk_socket_new (void); GtkType gtk_socket_get_type (void); void gtk_socket_steal (GtkSocket *socket, - guint32 wid); + GdkNativeWindow wid); #ifdef __cplusplus } |