forked from AuroraMiddleware/gtk
e0ea1f0c14
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)
85 lines
1.9 KiB
C
85 lines
1.9 KiB
C
/* glibconfig.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
#undef const
|
|
|
|
/* Define if you don't have vprintf but do have _doprnt. */
|
|
#undef HAVE_DOPRNT
|
|
|
|
/* Define if you have the vprintf function. */
|
|
#undef HAVE_VPRINTF
|
|
|
|
/* Define as __inline if that's what the C compiler calls it. */
|
|
#undef inline
|
|
|
|
/* Define if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* Other stuff */
|
|
#undef G_COMPILED_WITH_DEBUGGING
|
|
#undef HAVE_BROKEN_WCTYPE
|
|
#undef HAVE_DOPRNT
|
|
#undef HAVE_FLOAT_H
|
|
#undef HAVE_LIMITS_H
|
|
#undef HAVE_LONG_DOUBLE
|
|
#undef HAVE_SYS_SELECT_H
|
|
#undef HAVE_STRERROR
|
|
#undef HAVE_STRSIGNAL
|
|
#undef HAVE_VSNPRINTF
|
|
#undef HAVE_VALUES_H
|
|
#undef HAVE_VPRINTF
|
|
#undef HAVE_WCHAR_H
|
|
#undef HAVE_WCTYPE_H
|
|
|
|
#undef NO_FD_SET
|
|
#undef NO_SYS_ERRLIST
|
|
#undef NO_SYS_SIGLIST
|
|
|
|
/* #undef PACKAGE */
|
|
/* #undef VERSION */
|
|
|
|
/* The number of bytes in a char. */
|
|
#undef SIZEOF_CHAR
|
|
|
|
/* The number of bytes in a int. */
|
|
#undef SIZEOF_INT
|
|
|
|
/* The number of bytes in a long. */
|
|
#undef SIZEOF_LONG
|
|
|
|
/* The number of bytes in a short. */
|
|
#undef SIZEOF_SHORT
|
|
|
|
/* The number of bytes in a void *. */
|
|
#undef SIZEOF_VOID_P
|
|
|
|
/* Define if you have the atexit function. */
|
|
#undef HAVE_ATEXIT
|
|
|
|
/* Define if you have the memmove function. */
|
|
#undef HAVE_MEMMOVE
|
|
|
|
/* Define if you have the on_exit function. */
|
|
#undef HAVE_ON_EXIT
|
|
|
|
/* Define if you have the strcasecmp function. */
|
|
#undef HAVE_STRCASECMP
|
|
|
|
/* Define if you have the strerror function. */
|
|
#undef HAVE_STRERROR
|
|
|
|
/* Define if you have the strsignal function. */
|
|
#undef HAVE_STRSIGNAL
|
|
|
|
/* Define if you have the vsnprintf function. */
|
|
#undef HAVE_VSNPRINTF
|
|
|
|
/* Define if you have the <float.h> header file. */
|
|
#undef HAVE_FLOAT_H
|
|
|
|
/* Define if you have the <limits.h> header file. */
|
|
#undef HAVE_LIMITS_H
|
|
|
|
/* Define if you have the <values.h> header file. */
|
|
#undef HAVE_VALUES_H
|