diff options
author | Srivardhan Hebbar <sri.hebbar@samsung.com> | 2014-09-18 10:52:29 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2014-09-18 10:52:29 -0400 |
commit | 50a0195f7ea268019e34ee16b92b7f55d0de750a (patch) | |
tree | 79c563211ee717636f60750b623b039e129a02ca /src/lib/ecore_wayland/ecore_wl_private.h | |
parent | 2690080c2d590eb06f0737674dc8e1fdd4d1773f (diff) |
ecore_wayland: Added cursor_theme_name in Ecore_Wl_input.
Summary:
1. Added cursor_theme_name to Ecore_Wl_Input struct.
2. Made it configurable through environment variable ECORE_WL_INPUT_CURSOR_THEME_NAME.
3. Added a API ecore_wl_cursor_theme_name_set for user to set manually.
Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: devilhorns
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D1458
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_wayland/ecore_wl_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore_wayland/ecore_wl_private.h b/src/lib/ecore_wayland/ecore_wl_private.h index d6c7fe90f8..a86a74c578 100644 --- a/src/lib/ecore_wayland/ecore_wl_private.h +++ b/src/lib/ecore_wayland/ecore_wl_private.h | |||
@@ -181,6 +181,7 @@ struct _Ecore_Wl_Input | |||
181 | Ecore_Timer *cursor_timer; | 181 | Ecore_Timer *cursor_timer; |
182 | unsigned int cursor_current_index; | 182 | unsigned int cursor_current_index; |
183 | unsigned int cursor_size; | 183 | unsigned int cursor_size; |
184 | const char *cursor_theme_name; | ||
184 | 185 | ||
185 | struct wl_data_device *data_device; | 186 | struct wl_data_device *data_device; |
186 | struct wl_data_source *data_source; | 187 | struct wl_data_source *data_source; |