summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@gmail.com>2016-07-29 20:20:14 -0500
committerLibravatar Zandr Martin <zandrmartin@gmail.com>2016-07-29 20:20:14 -0500
commitc0683a0444e852fb812686f7028450edc77eb170 (patch)
treeacf6073edf390a1abb01a3bc91ea75e8c7935907
parentupdate handler to get pid from wlc for all views (diff)
downloadsway-c0683a0444e852fb812686f7028450edc77eb170.tar.gz
sway-c0683a0444e852fb812686f7028450edc77eb170.tar.zst
sway-c0683a0444e852fb812686f7028450edc77eb170.zip
remove outdated (when wlc commit merged) comment
-rw-r--r--sway/handlers.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index 71e98086..bdcdcaa4 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -290,8 +290,6 @@ 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
294 // api that will work for both wayland and x.
295 pid = wlc_view_get_pid(handle); 293 pid = wlc_view_get_pid(handle);
296 294
297 if (pid) { 295 if (pid) {