Merge pull request #803 from zandrmartin/x11-pids

update handler to get pid from wlc for all views - now ok to merge
This commit is contained in:
Drew DeVault 2016-07-30 10:17:31 -04:00 committed by GitHub
commit 2e4ece65da
1 changed files with 1 additions and 3 deletions

View File

@ -290,9 +290,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,