summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/handlers.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index 7d7b2539..bdcdcaa4 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -290,9 +290,7 @@ static bool handle_view_created(wlc_handle handle) {
290 } 290 }
291 291
292 if (client) { 292 if (client) {
293 // below only works on wayland windows. need a wlc 293 pid = wlc_view_get_pid(handle);
294 // api that will work for both wayland and x.
295 wl_client_get_credentials(client, &pid, NULL, NULL);
296 294
297 if (pid) { 295 if (pid) {
298 // using newview as a temp storage location here, 296 // using newview as a temp storage location here,