diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-08-31 16:10:43 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-09-01 10:09:37 +0900 |
commit | 4e81df7cb2ee558cf5a9137835e46dbaa0dce35d (patch) | |
tree | 02fd190964c324d151e023895eba6f991746f78e /src/lib/elementary/elm_widget.h | |
parent | b40d8296ffe5d216c4a3458b8b6acdf5b35a4f55 (diff) |
widget: Forward focus_highlight_style to win
See the previous commits. All focus_highlight APIs are defined in the
Widget class but only implemented at the Window level. For consistency I
believe this call should also be forwarded to the window. The previous
logic had absolutely no effect at all, except storing a stringshare.
The day focus_highlight becomes widget-specific (i.e. each widget has
its own highlight style) then this can be changed.
Note: This will apply to legacy API as well.
Ref T5363
Diffstat (limited to 'src/lib/elementary/elm_widget.h')
-rw-r--r-- | src/lib/elementary/elm_widget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_widget.h b/src/lib/elementary/elm_widget.h index fe8f6c329f..3bd9b02521 100644 --- a/src/lib/elementary/elm_widget.h +++ b/src/lib/elementary/elm_widget.h | |||
@@ -407,7 +407,6 @@ typedef struct _Elm_Widget_Smart_Data | |||
407 | double scale; | 407 | double scale; |
408 | Elm_Theme *theme; | 408 | Elm_Theme *theme; |
409 | const char *style; | 409 | const char *style; |
410 | const char *focus_highlight_style; /**< custom focus style for a widget */ | ||
411 | const char *access_info; | 410 | const char *access_info; |
412 | const char *accessible_name; | 411 | const char *accessible_name; |
413 | unsigned int focus_order; | 412 | unsigned int focus_order; |