diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-12-23 22:59:30 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-12-23 22:59:30 +0000 |
commit | cd6070461e42fa23e1af04add0dcdb3346b2b9a1 (patch) | |
tree | 3a4e3e724fdeb93b8280477f58b118da4d519513 /gtk/gtkrc.h | |
parent | 1806c0eed8def0e7e27786e63b670875aa94a8f6 (diff) | |
download | gtk+-cd6070461e42fa23e1af04add0dcdb3346b2b9a1.tar.gz |
1.3.12, interface, binary age 0.
Sat Dec 22 12:38:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: 1.3.12, interface, binary age 0.
* configure.in: Require new versions of Glib, Pango, ATK.
* NEWS: Updated.
* configure.in: Make explicit what libtool we are executing.
(Tomas Ogren)
* gdk/gdkcolor.c gdk/gdkgc.c gdk/gdkwindow.c: Doc fixes.
* gtk/gtkwidget.c (gtk_widget_[class]path) gtkrc.h : Fix
parameter names for docs.
Sat Dec 22 22:35:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_realize)
gtk/gtkplug.c (gtk_plug_realize): Include GDK_KEY_RELEASE_MASK.
* gtk/gtkentry.c (gtk_entry_key_release)
gtk/gtktextview.c (gtk_text_view_key_release_event): Pass
key release events to the input method.
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
Handle release of Control/Shift to end hex sequence.
* modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): Handle key releases as well as presses.
Diffstat (limited to 'gtk/gtkrc.h')
-rw-r--r-- | gtk/gtkrc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkrc.h b/gtk/gtkrc.h index b62db65bb1..4bc0940e58 100644 --- a/gtk/gtkrc.h +++ b/gtk/gtkrc.h @@ -126,7 +126,7 @@ GtkStyle* gtk_rc_get_style_by_paths (GtkSettings *settings, gboolean gtk_rc_reparse_all_for_settings (GtkSettings *settings, gboolean force_load); -gchar* gtk_rc_find_pixmap_in_path (GtkSettings *context, +gchar* gtk_rc_find_pixmap_in_path (GtkSettings *settings, GScanner *scanner, const gchar *pixmap_file); |