diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-02-25 04:06:15 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-02-25 04:06:15 +0000 |
commit | b1135416f2b51afe668db6b6b3a7887151d80ee8 (patch) | |
tree | 65ccb8708da1aec89eea2938862b1a41bb49db03 /ChangeLog.pre-2-6 | |
parent | f9a27ad6fdbb180ea2b4a7c5611ace52fca80698 (diff) | |
download | gtk+-b1135416f2b51afe668db6b6b3a7887151d80ee8.tar.gz |
Make prototypes for drag_data_get and drag_data_received handlers match
Wed Feb 24 23:12:09 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes
for drag_data_get and drag_data_received handlers
match the types used for gtk_singal_new; time needs
to be a uint, not a uint32.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 046d6934aa..872069403a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +Wed Feb 24 23:12:09 1999 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes + for drag_data_get and drag_data_received handlers + match the types used for gtk_singal_new; time needs + to be a uint, not a uint32. + Wed Feb 24 20:34:59 1999 Owen Taylor <otaylor@redhat.com> * README: Changed bug reporting instructions to |