Update all fields
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2005-06-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.c (gdk_window_process_updates_internal):
|
||||
Initialize all fields of the expose event. (#151693,
|
||||
Jim Evins)
|
||||
|
||||
2005-06-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcursor-x11.c (gdk_cursor_get_image): Get
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2005-06-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.c (gdk_window_process_updates_internal):
|
||||
Initialize all fields of the expose event. (#151693,
|
||||
Jim Evins)
|
||||
|
||||
2005-06-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcursor-x11.c (gdk_cursor_get_image): Get
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2005-06-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.c (gdk_window_process_updates_internal):
|
||||
Initialize all fields of the expose event. (#151693,
|
||||
Jim Evins)
|
||||
|
||||
2005-06-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcursor-x11.c (gdk_cursor_get_image): Get
|
||||
|
||||
@ -2210,6 +2210,7 @@ gdk_window_process_updates_internal (GdkWindow *window)
|
||||
|
||||
event.expose.type = GDK_EXPOSE;
|
||||
event.expose.window = g_object_ref (window);
|
||||
event.expose.send_event = FALSE;
|
||||
event.expose.count = 0;
|
||||
event.expose.region = expose_region;
|
||||
gdk_region_get_clipbox (expose_region, &event.expose.area);
|
||||
|
||||
Reference in New Issue
Block a user