launchpad: allow 'Report' parent service

... for the mouse pointer shape report in Qt applications launched by 'qt_launchpad'

Issue #2586
This commit is contained in:
Christian Prochaska 2017-11-24 20:23:39 +01:00 committed by Christian Helmuth
parent 425d18e866
commit b0b436acef
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Launchpad::Launchpad(Env &env, unsigned long initial_quota)
"RM", "PD", "CPU", "IO_MEM", "IO_PORT", "IRQ", "ROM", "LOG",
/* services expected to got started by init */
"Nitpicker", "Init", "Timer", "Block", "Nic", "Rtc", "Gpu",
"Nitpicker", "Init", "Timer", "Block", "Nic", "Rtc", "Gpu", "Report",
0 /* null-termination */
};