Move most Wine could out to Wine file

This commit is contained in:
Marc Di Luzio
2019-05-22 16:54:54 +01:00
parent 75dc083616
commit 1df1852c76
3 changed files with 15 additions and 28 deletions

View File

@ -149,9 +149,7 @@ void game_mode_apply_scheduling(const GameModeContext *self, const pid_t client)
* Provides internal API functions specific to handling wine
* prefixes.
*/
bool game_mode_detect_wine_loader(const char *exe);
bool game_mode_detect_wine_preloader(const char *exe);
char *game_mode_resolve_wine_preloader(const pid_t pid);
char *game_mode_resolve_wine_preloader(const char *exe, const pid_t pid);
/** gamemode-tests.c
* Provides a test suite to verify gamemode behaviour