diff options
author | Tim Janik <timj@gimp.org> | 1998-02-07 02:26:09 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-02-07 02:26:09 +0000 |
commit | edad08adddde09d77aa817a1f12c18a0556d5e2e (patch) | |
tree | 0627e1296a568e68abcaa7cfa18b730540bc82ff /ChangeLog.pre-2-0 | |
parent | 5b597c65c771d0131abc2463d726bc58628ba605 (diff) | |
download | gtk+-edad08adddde09d77aa817a1f12c18a0556d5e2e.tar.gz |
don't wipe out window_private's x and y coordinates if the configure
Sat Feb 7 02:29:01 1998 Tim Janik <timj@gimp.org>
* gdk/gdk.c (gdk_event_translate): don't wipe out window_private's x
and y coordinates if the configure notify is only about resizing,
query the correct origin instead.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index a03a2ab15c..992e84ae9d 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Sat Feb 7 02:29:01 1998 Tim Janik <timj@gimp.org> + + * gdk/gdk.c (gdk_event_translate): don't wipe out window_private's x + and y coordinates if the configure notify is only about resizing, + query the correct origin instead. + Wed Feb 4 23:05:28 1998 Scott Goehring <scott@poverty.bloomington.in.us> * gtk/gtkmenufactory.c: menufactories now ref&sink the menus they |