[gtk/wip/alexl/broadway7: 73/87] Broadway: Send configure notify on move/resize too



commit 6040a7370ccfbb9302fe792143449bffacc461fa
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Mar 28 10:13:16 2019 +0100

    Broadway: Send configure notify on move/resize too

 gdk/broadway/broadway.js | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gdk/broadway/broadway.js b/gdk/broadway/broadway.js
index ae3d912ea6..96ed67ce4f 100644
--- a/gdk/broadway/broadway.js
+++ b/gdk/broadway/broadway.js
@@ -976,6 +976,7 @@ function handleCommands(cmd, display_commands, new_textures, modified_trees)
                 display_commands.push([DISPLAY_OP_RESIZE_NODE, surface.div, surface.width, surface.height]);
 
             }
+            sendConfigureNotify(surface);
             break;
 
         case BROADWAY_OP_RAISE_SURFACE:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]