aboutsummaryrefslogtreecommitdiff
path: root/rootston/wl_shell.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-11-09 08:36:27 -0500
committerDrew DeVault <sir@cmpwn.com>2017-11-09 08:36:27 -0500
commit66587eb4304af9ffc0eaaea8161e53f8a6fd962b (patch)
tree382876a5f8f6e730ced207037d3c55a45e8ca66d /rootston/wl_shell.c
parent2f6cfe4057fbef41977159e24fea0d19fbeeb052 (diff)
parentb5ad7a5232b919319eef1a198d731b308c0bb9cc (diff)
Merge remote-tracking branch 'origin/master' into hidpi
Diffstat (limited to 'rootston/wl_shell.c')
-rw-r--r--rootston/wl_shell.c2
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);
}