mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
1a03fa9292
icon, even if the program isn't running at the time, to be presented with an application-defined collection of helpful links). The current jump list is updated every time a saved session is loaded, and shows the last few launchable saved sessions (i.e. not those like Default Settings) that were loaded. Also, if Pageant or PuTTYgen or both is in the same directory as the PuTTY binary, the jump list will present links to launch those too. Based on a patch sent last year by Daniel B. Roy, though it's barely recognisable any more... [originally from svn r9046]
8 lines
248 B
C
8 lines
248 B
C
/*
|
|
* winnojmp.c: stub jump list functions for Windows executables that
|
|
* don't update the jump list.
|
|
*/
|
|
|
|
void add_session_to_jumplist(const char * const sessionname) {}
|
|
void remove_session_from_jumplist(const char * const sessionname) {}
|