mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-12-17 21:07:21 +01:00
Correct internal name for query_status_for
This commit is contained in:
@@ -571,7 +571,7 @@ error_cleanup:
|
||||
/**
|
||||
* Request status on behalf of caller
|
||||
*/
|
||||
int game_mode_context_query_status_for(GameModeContext *self, pid_t callerpid, pid_t gamepid)
|
||||
int game_mode_context_query_status_by_pid(GameModeContext *self, pid_t callerpid, pid_t gamepid)
|
||||
{
|
||||
int status = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user