JANITORIAL: Fix dependancy typo in win32-taskbar.cpp

This commit is contained in:
Hubert Maier 2024-05-14 08:40:47 +02:00 committed by Eugene Sandulenko
parent 0371cd79ac
commit 354978e273

View File

@ -167,7 +167,7 @@ void Win32TaskbarManager::setCount(int count) {
// FIXME: This isn't really nice and could use a cleanup.
// The only good thing is that it doesn't use GDI+
// and thus does not have a dependancy on it,
// and thus does not have a dependency on it,
// with the downside of being a lot more ugly.
// Maybe replace it by a Graphic::Surface, use
// ScummVM font drawing and extract the contents at