mirror of
https://github.com/ndeadly/MissionControl
synced 2025-02-16 21:28:25 +00:00
applet: rename argument
This commit is contained in:
parent
6da74e5473
commit
d75cc58ac1
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ void userAppExit(void) {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Result btdrvextRedirectSystemEvents(bool steal) {
|
Result btdrvextRedirectSystemEvents(bool redirect) {
|
||||||
return serviceDispatchIn(btdrvGetServiceSession(), 65000, steal);
|
return serviceDispatchIn(btdrvGetServiceSession(), 65000, redirect);
|
||||||
}
|
}
|
||||||
|
|
||||||
void appletRun(void) {
|
void appletRun(void) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue