summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/i3-support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/i3-support.h b/include/i3-support.h
index 43db0769..25e5ef48 100644
--- a/include/i3-support.h
+++ b/include/i3-support.h
@@ -19,7 +19,7 @@
* Hopefully at some point, I3 gets fixed and this is not needed.
* This function takes the path to the i3 IPC socket, and the XID of the window.
*/
-void i3_support_focus_window ( Window id );
+void i3_support_focus_window ( xcb_window_t id );
/**
* @param display The display to read the i3 property from.