projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83ea0b3
)
broadway: Call _gdk_surface_update_size when resizing surface
author
Alexander Larsson
<alexl@redhat.com>
Tue, 24 Apr 2018 12:31:24 +0000
(14:31 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 24 Apr 2018 21:17:14 +0000
(23:17 +0200)
gdk/broadway/gdksurface-broadway.c
patch
|
blob
|
history
diff --git
a/gdk/broadway/gdksurface-broadway.c
b/gdk/broadway/gdksurface-broadway.c
index 29c449d7f1fe385f7d78c0c118871a9cae2e2dd1..7910d47e554b3b3060167fb0e58733efd91002e2 100644
(file)
--- a/
gdk/broadway/gdksurface-broadway.c
+++ b/
gdk/broadway/gdksurface-broadway.c
@@
-412,7
+412,10
@@
gdk_surface_broadway_move_resize (GdkSurface *surface,
surface->width, surface->height);
queue_flush (surface);
if (size_changed)
- surface->resize_count++;
+ {
+ surface->resize_count++;
+ _gdk_surface_update_size (surface);
+ }
}
static void