commit d0a0d5e03c304a531710c5121982a60f9e641cf2
parent 3f83968d304c4295705d1cfb33ac723959519f23
Author: Zandr Martin <zandrmartin@gmail.com>
Date: Fri, 29 Jul 2016 16:40:38 -0500
update handler to get pid from wlc for all views
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sway/handlers.c b/sway/handlers.c
@@ -292,7 +292,7 @@ static bool handle_view_created(wlc_handle handle) {
if (client) {
// below only works on wayland windows. need a wlc
// api that will work for both wayland and x.
- wl_client_get_credentials(client, &pid, NULL, NULL);
+ pid = wlc_view_get_pid(handle);
if (pid) {
// using newview as a temp storage location here,