[ scummvm-Patches-3129979 ] Jump list support in Windows 7
SourceForge.net
noreply at sourceforge.net
Mon Dec 6 14:56:25 CET 2010
Patches item #3129979, was opened at 2010-12-06 22:56
Message generated for change (Tracker Item Submitted) made by sven3000
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=3129979&group_id=37116
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sven (sven3000)
Assigned to: Nobody/Anonymous (nobody)
Summary: Jump list support in Windows 7
Initial Comment:
The attached patch is a proof of concept of how Windows 7 jump lists could be supported by ScummVM. The code calls the SHAddToRecentDocs function whenever a game is launched, causing the games to be added to the "Recent" category in the jump list. A user who has ScummVM pinned to the taskbar would be able to quickly launch a game using the jump list without going through the launcher.
Currently, I'm abusing the OSystem::engineInit function for this purpose, as it's the only function on the OSystem class I could find that would be called just before a game launches. There may be a better place to do this.
In theory the code I added shouldn't break anything on older versions of Windows, but this needs testing.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=3129979&group_id=37116
More information about the Scummvm-tracker
mailing list