diff options
author | Mark McLoughlin <mark@skynet.ie> | 2002-01-31 15:48:58 +0000 |
---|---|---|
committer | Mark McLoughlin <mmclouglin@src.gnome.org> | 2002-01-31 15:48:58 +0000 |
commit | 60dd9e54771725febb82d14c740cfe282a54961b (patch) | |
tree | 4e5fd9aed73b62bda214494cbb3344f290e75e42 /ChangeLog.pre-2-2 | |
parent | bb3ddb39f6a6cd272ebc61c778c19427196351bb (diff) | |
download | gtk+-60dd9e54771725febb82d14c740cfe282a54961b.tar.gz |
make static.
2002-01-31 Mark McLoughlin <mark@skynet.ie>
* gdk/gdkimage.c: (scratch_image_info_for_depth): make static.
* gdk/x11/gdkimage-x11.c: (get_full_image): ditto.
* gdk/x11/gxid_lib.[ch]: (_gxid_claim_device), (_gxid_release_device):
renamed from gxid_(claim|release)_device.
* gdk/x11/gdkinput-gxi.c: (_gdk_input_enable_window),
(_gdk_input_disable_window): upd for gxid change.
* gtk/gtkimage.c: (animation_timeout): make static.
* gtk/gtkstyle.c: (draw_thin_shadow), (draw_spin_entry_shadow): make
static.
* gtk/gtktextutil.c: (bidi_menu_entries): make static.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 99d0dbcb15..f640ae1bac 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,22 @@ +2002-01-31 Mark McLoughlin <mark@skynet.ie> + + * gdk/gdkimage.c: (scratch_image_info_for_depth): make static. + + * gdk/x11/gdkimage-x11.c: (get_full_image): ditto. + + * gdk/x11/gxid_lib.[ch]: (_gxid_claim_device), (_gxid_release_device): + renamed from gxid_(claim|release)_device. + + * gdk/x11/gdkinput-gxi.c: (_gdk_input_enable_window), + (_gdk_input_disable_window): upd for gxid change. + + * gtk/gtkimage.c: (animation_timeout): make static. + + * gtk/gtkstyle.c: (draw_thin_shadow), (draw_spin_entry_shadow): make + static. + + * gtk/gtktextutil.c: (bidi_menu_entries): make static. + Thu Jan 31 10:21:05 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkplug.c (gtk_plug_focus): Handle the case where |