|
|
@ -292,7 +292,7 @@ static bool handle_view_created(wlc_handle handle) {
|
|
|
|
if (client) {
|
|
|
|
if (client) {
|
|
|
|
// below only works on wayland windows. need a wlc
|
|
|
|
// below only works on wayland windows. need a wlc
|
|
|
|
// api that will work for both wayland and x.
|
|
|
|
// 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) {
|
|
|
|
if (pid) {
|
|
|
|
// using newview as a temp storage location here,
|
|
|
|
// using newview as a temp storage location here,
|
|
|
|