diff --git a/data/themes/default_icons.edc b/data/themes/default_icons.edc index 90ceab093..b353b23d5 100644 --- a/data/themes/default_icons.edc +++ b/data/themes/default_icons.edc @@ -12,6 +12,8 @@ images { image: "e17_icon_theme_glow_0.png" LOSSY 90; image: "e17_icon_windows.png" LOSSY 90; + + image: "e17_icon_lost_windows.png" LOSSY 90; image: "e17_icon_module.png" LOSSY 90; @@ -283,6 +285,24 @@ images { } } } + group { + name: "icons/enlightenment/lost_windows"; + max: 64 64; + parts { + part { + name: "icon"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + max: 64 64; + image { + normal: "e17_icon_lost_windows.png"; + } + } + } + } + } group { name: "icons/enlightenment/modules"; max: 64 64; diff --git a/data/themes/images/Makefile.am b/data/themes/images/Makefile.am index 20b76974b..e5f21edde 100644 --- a/data/themes/images/Makefile.am +++ b/data/themes/images/Makefile.am @@ -305,5 +305,7 @@ e17_icon_reset_button_glow_0.png \ e17_icon_run.png \ e17_icon_theme_0.png \ e17_icon_theme_glow_0.png \ -e17_icon_windows.png +e17_icon_windows.png \ +e17_icon_lost_windows.png + diff --git a/data/themes/images/e17_icon_lost_windows.png b/data/themes/images/e17_icon_lost_windows.png new file mode 100644 index 000000000..71018e7c2 Binary files /dev/null and b/data/themes/images/e17_icon_lost_windows.png differ