← Back to team overview

ayatana-commits team mailing list archive

[Branch ~xsplash-team/xsplash/trunk] Rev 95: Merge undefine-cursor branch in.

 

Merge authors:
  Cody Russell (bratsche)
Related merge proposals:
  https://code.launchpad.net/~bratsche/xsplash/undefine-cursor/+merge/16355
  proposed by: Cody Russell (bratsche)
  review: Approve - Ted Gould (ted)
------------------------------------------------------------
revno: 95 [merge]
committer: Cody Russell <crussell@xxxxxxxxxxxxx>
branch nick: trunk
timestamp: Mon 2010-01-18 10:50:27 -0600
message:
  Merge undefine-cursor branch in.
modified:
  src/xsplash.c


--
lp:xsplash
https://code.launchpad.net/~xsplash-team/xsplash/trunk

Your team ayatana-commits is subscribed to branch lp:xsplash.
To unsubscribe from this branch go to https://code.launchpad.net/~xsplash-team/xsplash/trunk/+edit-subscription.
=== modified file 'src/xsplash.c'
--- src/xsplash.c	2009-12-09 16:47:40 +0000
+++ src/xsplash.c	2009-12-18 19:51:10 +0000
@@ -236,6 +236,8 @@
 
   if (have_xcomposite && priv->cow)
     {
+      XUndefineCursor (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()),
+                       GDK_DRAWABLE_XID (priv->cow));
       XCompositeReleaseOverlayWindow (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()),
                                       GDK_DRAWABLE_XID (GDK_WINDOW_ROOT));
       g_object_unref (priv->cow);