Merge lp:~bratsche/xsplash/undefine-cursor into lp:xsplash

Proposed by Cody Russell
Status: Merged
Merged at revision: not available
Proposed branch: lp:~bratsche/xsplash/undefine-cursor
Merge into: lp:xsplash
Diff against target: 12 lines (+2/-0)
1 file modified
src/xsplash.c (+2/-0)
To merge this branch: bzr merge lp:~bratsche/xsplash/undefine-cursor
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
Review via email: mp+16355@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ted Gould (ted) wrote :

Seems straight forward.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/xsplash.c'
2--- src/xsplash.c 2009-12-09 16:47:40 +0000
3+++ src/xsplash.c 2009-12-18 19:53:11 +0000
4@@ -236,6 +236,8 @@
5
6 if (have_xcomposite && priv->cow)
7 {
8+ XUndefineCursor (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()),
9+ GDK_DRAWABLE_XID (priv->cow));
10 XCompositeReleaseOverlayWindow (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()),
11 GDK_DRAWABLE_XID (GDK_WINDOW_ROOT));
12 g_object_unref (priv->cow);

Subscribers

People subscribed via source and target branches