commit | ac3e5f2feb99ac0fad18461975a0b105cb8dab2d | [log] [tgz] |
---|---|---|
author | Christopher Michael <cpmichael1@comcast.net> | Sat Aug 11 15:12:09 2012 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Aug 13 11:12:17 2012 -0400 |
tree | 059176a6d84681dc1f80ce2c59a06aebdf39b03f | |
parent | 4cb88c79e0277579fc36a152653dc1efe2cdf6c9 [diff] |
Add support in Weston for X cursor themes. This patch, along with the wayland patch, adds the ability to specify a cursor theme in the weston.ini file: [cursors] theme=THEME_NAME If specified, than Weston can use a specific X cursor theme for the pointer. This relies on the 0001-Add-support-for-X-cursor-themes.patch for wayland. [krh: edited to use shell section and key name cursor-theme]