Bug#626717: libstartup-notification0: 0.11 breaks ABI for sn_launchee_context_setup_window
Julien Cristau
jcristau at debian.org
Sat May 14 16:36:04 UTC 2011
Package: libstartup-notification0
Version: 0.11-1
Severity: grave
Upstream commit 1f8260481453cd7632225a3a2ae9c4b090d25241 does:
void sn_launchee_context_setup_window (SnLauncheeContext *context,
- Window xwindow);
+ xcb_window_t xwindow);
xcb_window_t is uint32_t, Window is unsigned long.
sn_launchee_context_setup_window is public API. I somehow managed to
miss this before uploading 0.11, but I think it needs fixing.
Cheers,
Julien
More information about the pkg-gnome-maintainers
mailing list