diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-04-17 19:19:09 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-04-17 19:19:09 +0000 |
commit | eced7172800dd6a5ec5cd5dfca15c4eb80e4b915 (patch) | |
tree | e55bdef263bc1b01d8d9cdf59161094ba4c7685b /gtk/gtkwindow.c | |
parent | ca2a67b4c6fbed8d99559ab68326f866bb472a89 (diff) | |
download | gtk+-eced7172800dd6a5ec5cd5dfca15c4eb80e4b915.tar.gz |
Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
Tue Apr 17 13:47:12 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
* gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
names to compatibility #defines so docs work.
* gtk/gtkenums.h: Remove GtkMenuFactoryType
* gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
* configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
* tests/testgtkrc: No magenta cursors, please.
* README.in INSTALL.in HACKING README.cvs-commits: Updated.
* gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
Diffstat (limited to 'gtk/gtkwindow.c')
-rw-r--r-- | gtk/gtkwindow.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 7662fb9650..115b2ddea6 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -3518,6 +3518,7 @@ gtk_window_begin_resize_drag (GtkWindow *window, /** * gtk_window_begin_move_drag: + * @window: a #GtkWindow * @button: mouse button that initiated the drag * @root_x: X position where the user clicked to initiate the drag, in root window coordinates * @root_y: Y position where the user clicked to initiate the drag |