]> git.mdlowis.com Git - proto/labwc.git/commit
interactive: Don't write to view->x/y/w/h directly
authorJohn Lindgren <john@jlindgren.net>
Thu, 8 Sep 2022 15:50:40 +0000 (11:50 -0400)
committerJohn Lindgren <john@jlindgren.net>
Fri, 9 Sep 2022 00:08:03 +0000 (20:08 -0400)
commitd5e2728c7f4b73821c7fb45658c3c32e4ee9177d
treeaab6ccc776df0b366e320e03de3a88ebc41fc86e
parent79d9cfcda6fbe8177dbe8b0ed810a347b2cb26e8
interactive: Don't write to view->x/y/w/h directly

Otherwise, the scene-graph isn't updated when calling
view->impl->configure(), and the view ends up in a weird
half-maximized state.
src/interactive.c