Turn off hardware cursor when screen fade begins.
authorMatt Roper <matthew.d.roper@intel.com>
Mon, 29 Aug 2011 22:59:37 +0000 (15:59 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 31 Aug 2011 20:27:35 +0000 (16:27 -0400)
commit11568a73ba8b60f9a60b469e30842bc78f533872
tree6aac4fd1e27e4191e2c6309aaaa409c02ec97852
parente8e0e6e2db23dde4ff237a93b4db566a47eaabc5
Turn off hardware cursor when screen fade begins.

The compositor was never actually calling the output backend to turn off
the hardware cursor when the screen begins fading.  This would result in
a stuck hardware cursor and movable software cursor for the duration of
the fade/unfade.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
compositor/compositor.c