Skip to content

Commit

Permalink
TODO Figure out why dirty focuses doesn't work there
Browse files Browse the repository at this point in the history
  • Loading branch information
misyltoad committed Aug 22, 2024
1 parent 953cd7f commit d80cf55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace gamescope
return VirtualConnectorInSteamPerAppState() && ulKey == 769;
}

static std::string_view VirtualConnectorStrategyToString( VirtualConnectorStrategy eStrategy )
static inline std::string_view VirtualConnectorStrategyToString( VirtualConnectorStrategy eStrategy )
{
switch ( eStrategy )
{
Expand Down
3 changes: 2 additions & 1 deletion src/steamcompmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7682,7 +7682,8 @@ steamcompmgr_main(int argc, char **argv)
}
}

if ( bDirtyFocuses )
// XXX: Need to look into why this doesn't work.
// if ( bDirtyFocuses )
{
// TODO(misyl): Improve this situation, it's kind of a mess.
// We could/should make this event driven rather than solving
Expand Down

0 comments on commit d80cf55

Please sign in to comment.