summaryrefslogtreecommitdiff
path: root/libsn/sn-launchee.h
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2011-05-14 20:41:50 +0200
committerJulien Danjou <julien@danjou.info>2011-05-16 16:28:31 +0200
commit9ffd2cbc6a4d4a9d4b5892a5d6c1e838f05d216d (patch)
tree02e4aa93bc6df325473397044a319ba472130af1 /libsn/sn-launchee.h
parente6f9e1b41826005cfcbb24b78605d666c1a74fc9 (diff)
downloadstartup-notification-9ffd2cbc6a4d4a9d4b5892a5d6c1e838f05d216d.tar.gz
Revert prototype change for sn_launchee_context_setup_window()
A window is 32bit on the wire, but Xlib's Window is an unsigned long, whereas xcb_window_t is uint32_t, so that change in 1f8260481453cd7632225a3a2ae9c4b090d25241 broke ABI. Revert back to using Window in the public API. Signed-off-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Julien Danjou <julien@danjou.info>
Diffstat (limited to 'libsn/sn-launchee.h')
-rw-r--r--libsn/sn-launchee.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsn/sn-launchee.h b/libsn/sn-launchee.h
index 3f694d5..a04d0ec 100644
--- a/libsn/sn-launchee.h
+++ b/libsn/sn-launchee.h
@@ -45,7 +45,7 @@ int sn_launchee_context_get_id_has_timestamp (SnLauncheeContext *
Time sn_launchee_context_get_timestamp (SnLauncheeContext *context);
void sn_launchee_context_complete (SnLauncheeContext *context);
void sn_launchee_context_setup_window (SnLauncheeContext *context,
- xcb_window_t xwindow);
+ Window xwindow);
SN_END_DECLS