steamcompmgr: Add workaround for Antichamber

Has a splash screen that ends up being treat as a dropdown.

Workaround this until we hook up the Proton window style deduction.
This commit is contained in:
Joshua Ashton 2022-08-16 23:21:33 +00:00
parent a8592be47d
commit c3d6959669

View file

@ -2027,6 +2027,10 @@ win_maybe_a_dropdown( win *w )
if ( w->appID == 230410 && w->maybe_a_dropdown && w->transientFor && ( w->skipPager || w->skipTaskbar ) )
return !win_is_useless( w );
// Work around Antichamber splash screen until we hook up
// the Proton window style deduction.
if ( w->appID == 219890 )
return false;
// Josh:
// The logic here is as follows. The window will be treated as a dropdown if: