We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63f915 commit 33a7113Copy full SHA for 33a7113
src/steamcompmgr.cpp
@@ -3646,6 +3646,12 @@ found:;
3646
continue;
3647
}
3648
3649
+ // Skip streaming client video window
3650
+ if ( w->isSteamStreamingClientVideo )
3651
+ {
3652
+ continue;
3653
+ }
3654
+
3655
if ( w->xwayland().a.map_state == IsViewable && w->xwayland().a.c_class == InputOutput &&
3656
( win_has_game_id( w ) || window_is_steam( w ) || w->isSteamStreamingClient ) &&
3657
(w->opacity > TRANSLUCENT || w->isSteamStreamingClient ) )
0 commit comments