Add support in Weston for X cursor themes.
authorChristopher Michael <cpmichael1@comcast.net>
Sat, 11 Aug 2012 14:12:09 +0000 (15:12 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 13 Aug 2012 15:12:17 +0000 (11:12 -0400)
commitac3e5f2feb99ac0fad18461975a0b105cb8dab2d
tree059176a6d84681dc1f80ce2c59a06aebdf39b03f
parent4cb88c79e0277579fc36a152653dc1efe2cdf6c9
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]
clients/window.c