diff options
author | Guilherme Iscaro <iscaro@profusion.mobi> | 2016-11-01 16:30:26 -0200 |
---|---|---|
committer | Bruno Dilly <bdilly@profusion.mobi> | 2016-11-28 13:57:55 -0200 |
commit | c5f14a61e38d176cdd2dc6c7004d9fe7226302d3 (patch) | |
tree | e8d2655725c2b7fb323928d51c3a34729ad76205 /src/lib/evas/include/evas_private.h | |
parent | 8d97b8b204364a978c7a8822b7fe7669c3c23e94 (diff) |
Evas: Add per seat Evas focus state.
Diffstat (limited to 'src/lib/evas/include/evas_private.h')
-rw-r--r-- | src/lib/evas/include/evas_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/include/evas_private.h b/src/lib/evas/include/evas_private.h index 9d5b2e045d..f6a011b46b 100644 --- a/src/lib/evas/include/evas_private.h +++ b/src/lib/evas/include/evas_private.h | |||
@@ -903,6 +903,7 @@ struct _Evas_Public_Data | |||
903 | int smart_calc_count; | 903 | int smart_calc_count; |
904 | 904 | ||
905 | Eina_Hash *focused_objects; //Key - seat; value - the focused object | 905 | Eina_Hash *focused_objects; //Key - seat; value - the focused object |
906 | Eina_List *focused_by; //Which seat has the canvas focus | ||
906 | void *attach_data; | 907 | void *attach_data; |
907 | Evas_Modifier modifiers; | 908 | Evas_Modifier modifiers; |
908 | Evas_Lock locks; | 909 | Evas_Lock locks; |
@@ -926,7 +927,6 @@ struct _Evas_Public_Data | |||
926 | unsigned char delete_me : 1; | 927 | unsigned char delete_me : 1; |
927 | unsigned char invalidate : 1; | 928 | unsigned char invalidate : 1; |
928 | unsigned char cleanup : 1; | 929 | unsigned char cleanup : 1; |
929 | unsigned char focus : 1; | ||
930 | Eina_Bool is_frozen : 1; | 930 | Eina_Bool is_frozen : 1; |
931 | Eina_Bool rendering : 1; | 931 | Eina_Bool rendering : 1; |
932 | Eina_Bool render2 : 1; | 932 | Eina_Bool render2 : 1; |