raster pushed a commit to branch master.
commit 25433c02045b9ccd0836b70080fae04bfdff77b1
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date: Mon Apr 15 12:04:43 2013 +0900
remove support for now deprecated evas engines from elm win.
---
src/lib/elm_win.c | 58 -------------------------------------------------------
1 file changed, 58 deletions(-)
diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index 70ffa6b..4724348 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -1659,14 +1659,6 @@ _elm_ee_xwin_get(const Ecore_Evas *ee)
EE_ENGINE_COMPARE(ee, ELM_OPENGL_COCOA))
{
}
- else if (EE_ENGINE_COMPARE(ee, ELM_SOFTWARE_16_X11))
- {
- if (ee) xwin = ecore_evas_software_x11_16_window_get(ee);
- }
- else if (EE_ENGINE_COMPARE(ee, ELM_SOFTWARE_8_X11))
- {
- if (ee) xwin = ecore_evas_software_x11_8_window_get(ee);
- }
else if (EE_ENGINE_COMPARE(ee, ELM_OPENGL_X11))
{
if (ee) xwin = ecore_evas_gl_x11_window_get(ee);
@@ -2617,51 +2609,6 @@ _win_constructor(Eo *obj, void *_pd, va_list *list)
FALLBACK_STORE("Software X11");
}
}
- else if (ENGINE_COMPARE(ELM_SOFTWARE_DIRECTFB))
- {
- tmp_sd.ee = ecore_evas_directfb_new(NULL, 1, 0, 0, 1, 1);
- FALLBACK_TRY("Software DirectFB");
- if (!tmp_sd.ee)
- {
- tmp_sd.ee = ecore_evas_software_x11_new(NULL, 0, 0, 0, 1, 1);
- FALLBACK_STORE("Software X11");
- if (!tmp_sd.ee)
- {
- tmp_sd.ee = ecore_evas_fb_new(NULL, 0, 1, 1);
- FALLBACK_STORE("Software FB");
- }
- }
- }
- else if (ENGINE_COMPARE(ELM_SOFTWARE_16_X11))
- {
- tmp_sd.ee = ecore_evas_software_x11_16_new(NULL, 0, 0, 0, 1, 1);
- FALLBACK_TRY("Software-16");
- if (!tmp_sd.ee)
- {
- tmp_sd.ee = ecore_evas_software_x11_new(NULL, 0, 0, 0, 1, 1);
- FALLBACK_STORE("Software X11");
- if (!tmp_sd.ee)
- {
- tmp_sd.ee = ecore_evas_fb_new(NULL, 0, 1, 1);
- FALLBACK_STORE("Software FB");
- }
- }
- }
- else if (ENGINE_COMPARE(ELM_SOFTWARE_8_X11))
- {
- tmp_sd.ee = ecore_evas_software_x11_8_new(NULL, 0, 0, 0, 1, 1);
- FALLBACK_TRY("Software-8");
- if (!tmp_sd.ee)
- {
- tmp_sd.ee = ecore_evas_software_x11_new(NULL, 0, 0, 0, 1, 1);
- FALLBACK_STORE("Software X11");
- if (!tmp_sd.ee)
- {
- tmp_sd.ee = ecore_evas_fb_new(NULL, 0, 1, 1);
- FALLBACK_STORE("Software FB");
- }
- }
- }
else if (ENGINE_COMPARE(ELM_OPENGL_X11))
{
int opt[10];
@@ -2697,11 +2644,6 @@ _win_constructor(Eo *obj, void *_pd, va_list *list)
tmp_sd.ee = ecore_evas_software_gdi_new(NULL, 0, 0, 1, 1);
FALLBACK_TRY("Software Win32");
}
- else if (ENGINE_COMPARE(ELM_SOFTWARE_16_WINCE))
- {
- tmp_sd.ee = ecore_evas_software_wince_gdi_new(NULL, 0, 0, 1, 1);
- FALLBACK_TRY("Software-16-WinCE");
- }
else if (ENGINE_COMPARE(ELM_SOFTWARE_PSL1GHT))
{
tmp_sd.ee = ecore_evas_psl1ght_new(NULL, 1, 1);
--
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter