summaryrefslogtreecommitdiff
path: root/hw/xwin/winwindow.h
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-02-05 17:57:04 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2012-11-27 16:09:12 +0000
commitde759cc38ccc8a7811923eb9620f01301aedc10e (patch)
tree7402e3b92016a70c665bea60c5c9e7f1c2c89750 /hw/xwin/winwindow.h
parent19d875187a113ca7772a770767ea2ceb2ade5a43 (diff)
hw/xwin: Add a simple interface to the ITaskbarList COM interface
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
Diffstat (limited to 'hw/xwin/winwindow.h')
-rw-r--r--hw/xwin/winwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xwin/winwindow.h b/hw/xwin/winwindow.h
index 4540dd03e..37b975224 100644
--- a/hw/xwin/winwindow.h
+++ b/hw/xwin/winwindow.h
@@ -157,5 +157,8 @@ void
void
winSetAppUserModelID(HWND hWnd, const char *AppID);
+void
+ winShowWindowOnTaskbar(HWND hWnd, BOOL show);
+
#endif /* XWIN_MULTIWINDOW */
#endif