commit | 361d2ade0246f87a2cb67a9d0b5231b886bdd28a | [log] [tgz] |
---|---|---|
author | Matt Roper <matthew.d.roper@intel.com> | Mon Aug 29 13:52:23 2011 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Aug 29 17:12:27 2011 -0400 |
tree | 5ca978c285d9c96a104e9aa1cdfce9d0bc214b89 | |
parent | 045037e00590c2a9f3c85f23b5093241121c2f54 [diff] |
Update compositor shutdown code Adds a general wlsc_compositor_shutdown() function that all output backends call when shutting down. wlsc_compositor_shutdown() will call a new 'destroy' method of each output to perform backend-specific cleanup (e.g., turning off the hardware cursor in the DRM compositor). Signed-off-by: Matt Roper <matthew.d.roper@intel.com>