diff options
author | Andy Williams <andy@andywilliams.me> | 2016-09-11 18:47:05 +0100 |
---|---|---|
committer | Andy Williams <andy@andywilliams.me> | 2016-09-11 19:14:20 +0100 |
commit | a4398fffef244bc8e45d3f208b688a0d3222cd39 (patch) | |
tree | 2a912fee63a89d37884861eba1cb6f9ee1dd84af /src/lib/elementary/elm_code_widget_private.h | |
parent | 3ba73e58f5903f58621fae2f3dfe6f503c8536d7 (diff) |
elm: Add popup edit menu in elm_code
Diffstat (limited to 'src/lib/elementary/elm_code_widget_private.h')
-rw-r--r-- | src/lib/elementary/elm_code_widget_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_code_widget_private.h b/src/lib/elementary/elm_code_widget_private.h index c3c5bb0ee1..7dca9d036c 100644 --- a/src/lib/elementary/elm_code_widget_private.h +++ b/src/lib/elementary/elm_code_widget_private.h | |||
@@ -32,6 +32,8 @@ typedef struct | |||
32 | /* Undo stack */ | 32 | /* Undo stack */ |
33 | Eina_List *undo_stack; | 33 | Eina_List *undo_stack; |
34 | Eina_List *undo_stack_ptr; | 34 | Eina_List *undo_stack_ptr; |
35 | |||
36 | Evas_Object *hoversel; | ||
35 | } Elm_Code_Widget_Data; | 37 | } Elm_Code_Widget_Data; |
36 | 38 | ||
37 | typedef struct | 39 | typedef struct |