aboutsummaryrefslogtreecommitdiff
path: root/rootston/wl_shell.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-05 08:09:45 -0500
committerTony Crisci <tony@dubstepdish.com>2017-11-05 08:09:45 -0500
commitb74c4cf974933f2e1dedf8f872bd43b5b25277a4 (patch)
tree79b300e5d1d268004cdf2272e6b2f6987b990232 /rootston/wl_shell.c
parent704f0f158a669689b78311cde35a736057f983b4 (diff)
parent74a45ee776ec05b5dbe7bae5be456ba08a850d7b (diff)
Merge branch 'master' into feature/multiseat
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);
}