aboutsummaryrefslogtreecommitdiff
path: root/sway/handlers.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-06-14 18:53:32 -0400
committerGitHub <noreply@github.com>2017-06-14 18:53:32 -0400
commiteb6e38c86d2deb37cc6f378f8644c4a530fd7448 (patch)
treee3c567c4684faf0f9a7f77494f1bf638171d5349 /sway/handlers.c
parent16e20ec251b027c5a8dbc5e85804012f2602629d (diff)
parent0fc9628f03984caa04e200a1dc458d1cf7fc6d6c (diff)
downloadsway-eb6e38c86d2deb37cc6f378f8644c4a530fd7448.tar.xz
Merge pull request #1234 from 4e554c4c/tray
Implement Tray Icons
Diffstat (limited to 'sway/handlers.c')
-rw-r--r--sway/handlers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index e1b90a07..a912b991 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -599,6 +599,8 @@ static void handle_view_geometry_request(wlc_handle handle, const struct wlc_geo
view->y = geometry->origin.y;
update_geometry(view);
}
+ } else {
+ wlc_view_set_geometry(handle, 0, geometry);
}
}