mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Unset initial_pos_set after the first configure request.
Mon Jan 14 16:35:58 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_move_resize): Unset initial_pos_set after the first configure request.
This commit is contained in:
parent
a4d411eeeb
commit
6dc3eb34c2
@ -1,3 +1,8 @@
|
||||
Mon Jan 14 16:35:58 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move_resize): Unset
|
||||
initial_pos_set after the first configure request.
|
||||
|
||||
Sun Jan 13 23:23:22 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_compute_hints): Fix problem where
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Jan 14 16:35:58 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move_resize): Unset
|
||||
initial_pos_set after the first configure request.
|
||||
|
||||
Sun Jan 13 23:23:22 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_compute_hints): Fix problem where
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Jan 14 16:35:58 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move_resize): Unset
|
||||
initial_pos_set after the first configure request.
|
||||
|
||||
Sun Jan 13 23:23:22 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_compute_hints): Fix problem where
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Jan 14 16:35:58 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move_resize): Unset
|
||||
initial_pos_set after the first configure request.
|
||||
|
||||
Sun Jan 13 23:23:22 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_compute_hints): Fix problem where
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Jan 14 16:35:58 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move_resize): Unset
|
||||
initial_pos_set after the first configure request.
|
||||
|
||||
Sun Jan 13 23:23:22 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_compute_hints): Fix problem where
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Jan 14 16:35:58 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move_resize): Unset
|
||||
initial_pos_set after the first configure request.
|
||||
|
||||
Sun Jan 13 23:23:22 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_compute_hints): Fix problem where
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Jan 14 16:35:58 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move_resize): Unset
|
||||
initial_pos_set after the first configure request.
|
||||
|
||||
Sun Jan 13 23:23:22 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_compute_hints): Fix problem where
|
||||
|
@ -4423,6 +4423,7 @@ gtk_window_move_resize (GtkWindow *window)
|
||||
*/
|
||||
info->position_constraints_changed = FALSE;
|
||||
window->need_default_position = FALSE;
|
||||
info->initial_pos_set = FALSE;
|
||||
|
||||
/* for GTK_RESIZE_QUEUE toplevels, we are now awaiting a new
|
||||
* configure event in response to our resizing request.
|
||||
|
Loading…
Reference in New Issue
Block a user