Just saw that raster actually reverted this in master and 1.11 branches, my guess is that this should be done for all others, right?
On Fri, Oct 17, 2014 at 4:12 PM, Eduardo Lima <[email protected]> wrote: > etrunko pushed a commit to branch efl-1.9. > > > http://git.enlightenment.org/core/efl.git/commit/?id=5a4ac4e7ca3452709d8011cff8216b7ff1faf443 > > commit 5a4ac4e7ca3452709d8011cff8216b7ff1faf443 > Author: Eduardo Lima (Etrunko) <[email protected]> > Date: Fri Oct 17 16:10:44 2014 -0300 > > evas_gl_x11: Fix build after lastest break by Cedric > > modules/evas/engines/gl_x11/evas_engine.c: In function 'eng_setup': > modules/evas/engines/gl_x11/evas_engine.c:896:34: error: too many > arguments to function 'eng_window_new' > re->info->info.rotation); > ^ > In file included from modules/evas/engines/gl_x11/evas_engine.c:2:0: > modules/evas/engines/gl_x11/evas_engine.h:94:21: note: declared here > Evas_GL_X11_Window *eng_window_new(Display *disp, Window win, int > screen, > ^ > modules/evas/engines/gl_x11/evas_engine.c:960:44: error: too many > arguments to function 'eng_window_new' > re->info->info.rotation); > ^ > @fix > > Signed-off-by: Eduardo Lima (Etrunko) <[email protected]> > --- > src/modules/evas/engines/gl_x11/evas_engine.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/src/modules/evas/engines/gl_x11/evas_engine.c > b/src/modules/evas/engines/gl_x11/evas_engine.c > index a27cf30..2c7fce5 100644 > --- a/src/modules/evas/engines/gl_x11/evas_engine.c > +++ b/src/modules/evas/engines/gl_x11/evas_engine.c > @@ -892,7 +892,6 @@ eng_setup(Evas *eo_e, void *in) > re->w, > re->h, > re->info->indirect, > - re->info->info.destination_alpha, > re->info->info.rotation); > if (!re->win) > { > @@ -956,7 +955,6 @@ eng_setup(Evas *eo_e, void *in) > re->w, > re->h, > re->info->indirect, > - > re->info->info.destination_alpha, > re->info->info.rotation); > eng_window_use(re->win); > if (re->win) gl_wins++; > > -- > > > -- Eduardo de Barros Lima ◤✠◢ [email protected] ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
