Elm: Patches from Rob Bradford <rob@linux.intel.com> to:
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 6 Jun 2012 13:55:15 +0000 (13:55 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 6 Jun 2012 13:55:15 +0000 (13:55 +0000)
commitab9fe7a2db121a9d467442c7f153bad3a2876a68
tree6e1ddc44521fa84edfe71a9fe739c0f43e08517b
parentca4c2adbf65599367eb867a8302672d056d5d7ff
Elm: Patches from Rob Bradford <rob@linux.intel.com> to:

* Move X related window items into their own substruct of
_Elm_Win_Smart_Data to allow grouping based on engine.

* Move X related cursor items into their own substruct of Elm_Cursor
to make supporting cursors on other platforms cleaner.

* Add support for setting the cursor under Wayland:
* Introduce a configure option and #define to as per other engines
* Add always-built API function to allow identification of running
under Wayland (like for X11)
* Call into Ecore to set the cursor when the mouse enters the desired
widget.

SVN revision: 71754
ChangeLog
configure.ac
src/lib/elm_priv.h
src/lib/elm_win.c
src/lib/elm_win.h
src/lib/els_cursor.c