bug#1849 - Windows 7 Taskbar Support
authorJason Rumney <jasonr@gnu.org>
Tue, 30 Jun 2009 15:48:23 +0000 (15:48 +0000)
committerJason Rumney <jasonr@gnu.org>
Tue, 30 Jun 2009 15:48:23 +0000 (15:48 +0000)
commitff90fbdecc6ffb1e34fe5ee9c1f080106c0739df
tree220a6ca0665b2ed33868247c02949704fa510335
parent974647ac913e1280e7142321a19e3b7eaabefc25
bug#1849 - Windows 7 Taskbar Support

* w32term.c (w32_initialize): Use GetModuleHandle for library that
is already loaded.
Set user model ID if supported (bug#1849).

* runemacs.c (set_user_model_id): New function.
(WinMain): Use it.

* emacsclient.c (w32_give_focus): Use GetModuleHandle for library
that is already loaded.
(w32_set_user_model_id): New function.
(main): Use it to associate emacsclient with emacs (bug#1849).
lib-src/ChangeLog
lib-src/emacsclient.c
nt/ChangeLog
nt/runemacs.c
src/ChangeLog
src/w32term.c