diff options
author | Alastair Poole <netstar@gmail.com> | 2018-04-23 20:41:38 +0100 |
---|---|---|
committer | Alastair Poole <netstar@gmail.com> | 2018-04-23 20:41:38 +0100 |
commit | bbd4247d6aab5a22d15fcb093bc5d291a988a3f3 (patch) | |
tree | fca047b8e1a102d298d923dd1c3484752a64b11a /src/lib/elementary | |
parent | 73c04ecb4b6498bafc3d732ffad9ff9a8c14d679 (diff) |
elementary: fix build on X11.
@fix
Diffstat (limited to '')
-rw-r--r-- | src/lib/elementary/efl_selection_manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_selection_manager.c b/src/lib/elementary/efl_selection_manager.c index 9400e9738e..da2f57a772 100644 --- a/src/lib/elementary/efl_selection_manager.c +++ b/src/lib/elementary/efl_selection_manager.c | |||
@@ -105,7 +105,7 @@ _owner_change_check(Efl_Selection_Manager *manager, Efl_Object *owner, | |||
105 | i < (EFL_SELECTION_TYPE_CLIPBOARD + 1) | 105 | i < (EFL_SELECTION_TYPE_CLIPBOARD + 1) |
106 | ; i++) | 106 | ; i++) |
107 | { | 107 | { |
108 | seat_sel2->sel_list[i].win = 0; | 108 | seat_sel2->sel_list[i].xwin = 0; |
109 | seat_sel2->sel_list[i].active = EINA_FALSE; | 109 | seat_sel2->sel_list[i].active = EINA_FALSE; |
110 | } | 110 | } |
111 | } | 111 | } |