On Sat, 25 Jun 2016 06:37:38 -0700 Marcel Hollerbach <marcel-hollerb...@t-online.de> wrote:
> bu5hm4n pushed a commit to branch master. > > http://git.enlightenment.org/core/enlightenment.git/commit/?id=a80bc133369689976c810ad4178a7528a91d1136 > > commit a80bc133369689976c810ad4178a7528a91d1136 > Author: Marcel Hollerbach <marcel-hollerb...@t-online.de> > Date: Sat Jun 25 15:29:45 2016 +0200 > > e_comp: silence warning > > after talking to zmike, this is by intend. > --- > src/bin/e_comp_object.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c > index a495f07..a6b0039 100644 > --- a/src/bin/e_comp_object.c > +++ b/src/bin/e_comp_object.c > @@ -1284,7 +1284,7 @@ _e_comp_intercept_resize(void *data, Evas_Object *obj, > int w, int h) > break; > } > if (cw->ec->internal_elm_win && (!cw->ec->moving) && > (!e_client_util_resizing_get(cw->ec)) && > - (!cw->ec->fullscreen) && (!cw->ec->maximized == E_MAXIMIZE_NONE) && > + (!cw->ec->fullscreen) && ((!cw->ec->maximized) == E_MAXIMIZE_NONE) && I meant this line should be (!cw->ec->fullscreen) && (!cw->ec->maximized) && > e_win_centered_get(cw->ec->internal_elm_win)) > e_comp_object_util_center(obj); > cw->force_move = 0; > ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel