summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2016-02-28 12:18:15 +0100
committerQuentin Glidic <sardemff7+git@sardemff7.net>2016-02-28 12:21:26 +0100
commit644556b7b6438a187150799bdbb929f9c2d5f431 (patch)
tree85a367fe5e2f766c32eb08ce816e056383865457 /include
parent73a0eb3e398fb234cb4ded54608c9c2ef06cf4c3 (diff)
Change Window/Atom to xcb_window_t/xcb_atom_t
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
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.