BACKENDS: Implement Win32 taskbar progress state and recent list
This commit is contained in:
parent
f67975a487
commit
c0ec09ac66
4 changed files with 164 additions and 16 deletions
|
@ -87,6 +87,7 @@ void OSystem_Win32::init() {
|
|||
|
||||
// Initialize task bar manager
|
||||
_taskbarManager = new Win32TaskbarManager();
|
||||
((Win32TaskbarManager *)_taskbarManager)->init();
|
||||
|
||||
// Invoke parent implementation of this method
|
||||
OSystem_SDL::init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue