summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_widget_icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/elm_widget_icon.h')
-rw-r--r--src/lib/elementary/elm_widget_icon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_widget_icon.h b/src/lib/elementary/elm_widget_icon.h
index 929f7e3141..06290d6b95 100644
--- a/src/lib/elementary/elm_widget_icon.h
+++ b/src/lib/elementary/elm_widget_icon.h
@@ -25,6 +25,7 @@ struct _Elm_Icon_Data
Evas_Object *obj; // the object itself
const char *stdicon;
+#ifdef HAVE_ETHUMB
struct
{
struct
@@ -41,7 +42,7 @@ struct _Elm_Icon_Data
Eina_Bool retry : 1;
} thumb;
-
+#endif
struct
{
int requested_size;