summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <owt1@cornell.edu>1998-03-27 05:17:11 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-03-27 05:17:11 +0000
commite0ea1f0c14034e6d4d9678ebff1486ca753f2c93 (patch)
tree54b1904f75528c010703e91f59cfb2dd94146039 /configure.in
parent11f79ebe181fcb26a651385cd0d1dd7066f68bcd (diff)
downloadgdk-pixbuf-e0ea1f0c14034e6d4d9678ebff1486ca753f2c93.tar.gz
If the widget is _not_ a descendant of a Window widget, propagate key
Fri Mar 27 00:13:18 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkmain.c (gtk_propagate_event): If the widget is _not_ a descendant of a Window widget, propagate key presses like other events. * gtk/gtkentry.c gtk/gtktext.c: Ignore multiple simultaneous button presses instead of treating subsequent presses as release/press pairs for tablet compatibility. * configure.in config.h.in: Removed inline checks, because they are duplicated in glib. * gtk/gtkwidget.c (gtk_widget_draw): When gtk_widget_draw () occurs with queued draw already in place, redraw _entire_ widget. (Pointed out by Tim Janik)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 957238410..2cead79ca 100644
--- a/configure.in
+++ b/configure.in
@@ -238,7 +238,6 @@ AC_HEADER_STDC
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
-AC_C_INLINE
# Checks for library functions.
AC_TYPE_SIGNAL