mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Clear initial_pos_set even if it only causes a move, not a resize as well.
Sun Sep 29 20:15:59 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_move_resize): Clear initial_pos_set even if it only causes a move, not a resize as well. (Missed merge from stable, may fix #89562)
This commit is contained in:
parent
d8efdf0024
commit
da4c14de47
@ -1,3 +1,10 @@
|
||||
Sun Sep 29 20:15:59 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move_resize): Clear
|
||||
initial_pos_set even if it only causes a move, not
|
||||
a resize as well. (Missed merge from stable,
|
||||
may fix #89562)
|
||||
|
||||
Sun Sep 29 14:22:47 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* contrib/gdk-pixbuf-xlib/Makefile.am demos/Makefile.am
|
||||
|
@ -1,3 +1,10 @@
|
||||
Sun Sep 29 20:15:59 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move_resize): Clear
|
||||
initial_pos_set even if it only causes a move, not
|
||||
a resize as well. (Missed merge from stable,
|
||||
may fix #89562)
|
||||
|
||||
Sun Sep 29 14:22:47 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* contrib/gdk-pixbuf-xlib/Makefile.am demos/Makefile.am
|
||||
|
@ -1,3 +1,10 @@
|
||||
Sun Sep 29 20:15:59 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move_resize): Clear
|
||||
initial_pos_set even if it only causes a move, not
|
||||
a resize as well. (Missed merge from stable,
|
||||
may fix #89562)
|
||||
|
||||
Sun Sep 29 14:22:47 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* contrib/gdk-pixbuf-xlib/Makefile.am demos/Makefile.am
|
||||
|
@ -1,3 +1,10 @@
|
||||
Sun Sep 29 20:15:59 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move_resize): Clear
|
||||
initial_pos_set even if it only causes a move, not
|
||||
a resize as well. (Missed merge from stable,
|
||||
may fix #89562)
|
||||
|
||||
Sun Sep 29 14:22:47 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* contrib/gdk-pixbuf-xlib/Makefile.am demos/Makefile.am
|
||||
|
@ -1,3 +1,10 @@
|
||||
Sun Sep 29 20:15:59 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move_resize): Clear
|
||||
initial_pos_set even if it only causes a move, not
|
||||
a resize as well. (Missed merge from stable,
|
||||
may fix #89562)
|
||||
|
||||
Sun Sep 29 14:22:47 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* contrib/gdk-pixbuf-xlib/Makefile.am demos/Makefile.am
|
||||
|
@ -1,3 +1,10 @@
|
||||
Sun Sep 29 20:15:59 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move_resize): Clear
|
||||
initial_pos_set even if it only causes a move, not
|
||||
a resize as well. (Missed merge from stable,
|
||||
may fix #89562)
|
||||
|
||||
Sun Sep 29 14:22:47 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* contrib/gdk-pixbuf-xlib/Makefile.am demos/Makefile.am
|
||||
|
@ -4851,6 +4851,8 @@ gtk_window_move_resize (GtkWindow *window)
|
||||
else
|
||||
gdk_window_move (widget->window,
|
||||
new_request.x, new_request.y);
|
||||
|
||||
info->initial_pos_set = FALSE;
|
||||
}
|
||||
|
||||
/* And run the resize queue.
|
||||
|
Loading…
Reference in New Issue
Block a user