diff options
author | Federico Mena <federico@bananoid.nuclecu.unam.mx> | 1998-01-28 03:41:55 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-01-28 03:41:55 +0000 |
commit | bad1cb0f37e58d003b30829e7b1eafd00c116c67 (patch) | |
tree | 415a016b0068ab4e2599bf39dc57128252c5b70b /Makefile.in | |
parent | 4cb6dec331641c742135dbf8d74c23825f07fee8 (diff) | |
download | gtk+-bad1cb0f37e58d003b30829e7b1eafd00c116c67.tar.gz |
The auto_shrink policy of the floating window is now set to TRUE. This
Tue Jan 27 15:52:48 1998 Federico Mena <federico@bananoid.nuclecu.unam.mx>
* gtk/gtkhandlebox.c (gtk_handle_box_realize): The auto_shrink
policy of the floating window is now set to TRUE. This fixes the
problem of the floating window being too big when the handlebox
child is small.
(gtk_handle_box_motion): Now we use GDK_POINTER_MOTION_HINT_MASK
to improve movement.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index b3c65a5348..cf35930636 100644 --- a/Makefile.in +++ b/Makefile.in @@ -77,7 +77,7 @@ xinput_progs = @xinput_progs@ SRC_SUBDIRS = glib gdk gtk SUBDIRS = $(SRC_SUBDIRS) docs -EXTRA_DIST = gtk+.prj makecopyright TODO REFCOUNTING +EXTRA_DIST = gtk+.prj makecopyright TODO REFCOUNTING BUGS ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h |