Hi, In current elementary code, we can find that elementary will add an frame for wayland backend. While this is not required for all conditions. For example, in mobile environment, most of the windows will be fullscreened, or frameless.
Because other than the desktop environment, it's better to add a frame on demand. I'm thinking of one way to remove this default setting, and leverage the frame setting to the application itself, the reference code is listed below, and what's your suggestions for this frame setting? diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c index 9d23d1a..ca39bdb 100644 --- a/src/lib/elm_win.c +++ b/src/lib/elm_win.c @@ -3144,10 +3144,6 @@ _win_constructor(Eo *obj, void *_pd, va_list *list) { TRAP(sd, fullscreen_set, 1); } - else if ((type != ELM_WIN_INLINED_IMAGE) && - (ENGINE_COMPARE(ELM_WAYLAND_SHM) || - ENGINE_COMPARE(ELM_WAYLAND_EGL))) - _elm_win_frame_add(sd, "default"); cc tizen-dev maillist, because tizen mobile and ivi are using the same code base. Best Regards, Juan ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel