From e0ea1f0c14034e6d4d9678ebff1486ca753f2c93 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 27 Mar 1998 05:17:11 +0000 Subject: If the widget is _not_ a descendant of a Window widget, propagate key Fri Mar 27 00:13:18 1998 Owen Taylor * 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) --- configure.in | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.in') 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 -- cgit v1.2.1