summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-06-21 17:45:26 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-06-21 17:45:26 +0000
commitd809ceee2ef2d86e83f274c3040d80a451d86884 (patch)
tree7aea2382664bd584566202f67fe8d8e5e761f65f /docs
parent9c3c1cd3b514ec9f5aef5b7b19f7acf7a5ccdaea (diff)
downloadgtk+-d809ceee2ef2d86e83f274c3040d80a451d86884.tar.gz
Handle the case without XKB properly.
Thu Jun 21 13:42:01 2001 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle the case without XKB properly. * gtk/gtkrc.c (gtk_rc_set_default_files): Remove unused gtk_rc_auto_parse variable. * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt: Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no longer needed with GdkPixbuf. * gtk/gtkrc.c (_gtk_rc_init): Make private.
Diffstat (limited to 'docs')
-rw-r--r--docs/Changes-2.0.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Changes-2.0.txt b/docs/Changes-2.0.txt
index 69e7917615..56a8fe88ad 100644
--- a/docs/Changes-2.0.txt
+++ b/docs/Changes-2.0.txt
@@ -364,4 +364,5 @@ Incompatible Changes from GTK+-1.2 to GTK+-2.0:
The purpose of this change was to allow non-containers to have
focusable elements.
- \ No newline at end of file
+* gtk_rc_set_image_loader() and gtk_rc_load_image() has been removed, now
+ that GTK+ includes decent image loading capabilities itself.