mirror of
https://github.com/swaywm/sway.git
synced 2024-11-26 18:01:29 +00:00
remove outdated (when wlc commit merged) comment
This commit is contained in:
parent
d0a0d5e03c
commit
c0683a0444
|
@ -290,8 +290,6 @@ static bool handle_view_created(wlc_handle handle) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (client) {
|
if (client) {
|
||||||
// below only works on wayland windows. need a wlc
|
|
||||||
// api that will work for both wayland and x.
|
|
||||||
pid = wlc_view_get_pid(handle);
|
pid = wlc_view_get_pid(handle);
|
||||||
|
|
||||||
if (pid) {
|
if (pid) {
|
||||||
|
|
Loading…
Reference in a new issue