Skip to content

Commit 33a7113

Browse files
sloukenmisyltoad
authored andcommitted
Don't treat the streaming client video window as focusable
1 parent a63f915 commit 33a7113

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/steamcompmgr.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3646,6 +3646,12 @@ found:;
36463646
continue;
36473647
}
36483648

3649+
// Skip streaming client video window
3650+
if ( w->isSteamStreamingClientVideo )
3651+
{
3652+
continue;
3653+
}
3654+
36493655
if ( w->xwayland().a.map_state == IsViewable && w->xwayland().a.c_class == InputOutput &&
36503656
( win_has_game_id( w ) || window_is_steam( w ) || w->isSteamStreamingClient ) &&
36513657
(w->opacity > TRANSLUCENT || w->isSteamStreamingClient ) )

0 commit comments

Comments
 (0)