summaryrefslogtreecommitdiff
path: root/hw/xwin/winmultiwindowicons.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xwin/winmultiwindowicons.h')
-rw-r--r--hw/xwin/winmultiwindowicons.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/xwin/winmultiwindowicons.h b/hw/xwin/winmultiwindowicons.h
index bf7f6eda7..87ba8d1cf 100644
--- a/hw/xwin/winmultiwindowicons.h
+++ b/hw/xwin/winmultiwindowicons.h
@@ -27,8 +27,10 @@
#ifndef WINMULTIWINDOWICONS_H
#define WINMULTIWINDOWICONS_H
+#include <xcb/xcb.h>
+
void
- winUpdateIcon(HWND hWnd, Display * pDisplay, Window id, HICON hIconNew);
+ winUpdateIcon(HWND hWnd, xcb_connection_t *conn, Window id, HICON hIconNew);
void
winInitGlobalIcons(void);