diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-09 08:36:27 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-11-09 08:36:27 -0500 |
commit | 66587eb4304af9ffc0eaaea8161e53f8a6fd962b (patch) | |
tree | 382876a5f8f6e730ced207037d3c55a45e8ca66d /rootston/wl_shell.c | |
parent | 2f6cfe4057fbef41977159e24fea0d19fbeeb052 (diff) | |
parent | b5ad7a5232b919319eef1a198d731b308c0bb9cc (diff) |
Merge remote-tracking branch 'origin/master' into hidpi
Diffstat (limited to 'rootston/wl_shell.c')
-rw-r--r-- | rootston/wl_shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/wl_shell.c b/rootston/wl_shell.c index e5366672..e38eb697 100644 --- a/rootston/wl_shell.c +++ b/rootston/wl_shell.c @@ -120,7 +120,7 @@ void handle_wl_shell_surface(struct wl_listener *listener, void *data) { surface->parent); if (i != -1) { struct roots_view *parent = desktop->views->items[i]; - view_set_position(view, + view_move(view, parent->x + surface->transient_state->x, parent->y + surface->transient_state->y); } |