mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
When queueing clears relative to widget->window, actually store
Thu Feb 18 17:26:09 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkwidget.c (gtk_widget_queue_clear_area): When queueing clears relative to widget->window, actually store widget->window so we know that the coordinates are window-relative.
This commit is contained in:
parent
213c516091
commit
b60c8a83d7
@ -1,3 +1,10 @@
|
||||
Thu Feb 18 17:26:09 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_queue_clear_area):
|
||||
When queueing clears relative to widget->window,
|
||||
actually store widget->window so we know that
|
||||
the coordinates are window-relative.
|
||||
|
||||
Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk.m4: Fix glib_config_args gtk_config_args
|
||||
|
@ -1,3 +1,10 @@
|
||||
Thu Feb 18 17:26:09 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_queue_clear_area):
|
||||
When queueing clears relative to widget->window,
|
||||
actually store widget->window so we know that
|
||||
the coordinates are window-relative.
|
||||
|
||||
Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk.m4: Fix glib_config_args gtk_config_args
|
||||
|
@ -1,3 +1,10 @@
|
||||
Thu Feb 18 17:26:09 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_queue_clear_area):
|
||||
When queueing clears relative to widget->window,
|
||||
actually store widget->window so we know that
|
||||
the coordinates are window-relative.
|
||||
|
||||
Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk.m4: Fix glib_config_args gtk_config_args
|
||||
|
@ -1,3 +1,10 @@
|
||||
Thu Feb 18 17:26:09 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_queue_clear_area):
|
||||
When queueing clears relative to widget->window,
|
||||
actually store widget->window so we know that
|
||||
the coordinates are window-relative.
|
||||
|
||||
Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk.m4: Fix glib_config_args gtk_config_args
|
||||
|
@ -1,3 +1,10 @@
|
||||
Thu Feb 18 17:26:09 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_queue_clear_area):
|
||||
When queueing clears relative to widget->window,
|
||||
actually store widget->window so we know that
|
||||
the coordinates are window-relative.
|
||||
|
||||
Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk.m4: Fix glib_config_args gtk_config_args
|
||||
|
@ -1,3 +1,10 @@
|
||||
Thu Feb 18 17:26:09 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_queue_clear_area):
|
||||
When queueing clears relative to widget->window,
|
||||
actually store widget->window so we know that
|
||||
the coordinates are window-relative.
|
||||
|
||||
Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk.m4: Fix glib_config_args gtk_config_args
|
||||
|
@ -1,3 +1,10 @@
|
||||
Thu Feb 18 17:26:09 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_queue_clear_area):
|
||||
When queueing clears relative to widget->window,
|
||||
actually store widget->window so we know that
|
||||
the coordinates are window-relative.
|
||||
|
||||
Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk.m4: Fix glib_config_args gtk_config_args
|
||||
|
@ -1877,7 +1877,7 @@ gtk_widget_queue_clear_area (GtkWidget *widget,
|
||||
height = wheight - y;
|
||||
}
|
||||
|
||||
gtk_widget_queue_draw_data (widget, x, y, width, height, NULL);
|
||||
gtk_widget_queue_draw_data (widget, x, y, width, height, widget->window);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user