xOn Mon, 23 Apr 2018 21:30:29 +0300 Daniel Zaoui <[email protected]> said:
> Hey old man, > > Please ifdef your stuff, perv! Compilation fails on X - no member named win. it is in an ifdef already. ... and now it's broken on windows again. just the ifdef is too broad. it's for x AND win32. but sorry about that. i was building for windows at the time so living in that os land for a bit. efl now crashes right after starting elm test on windows and i don't know why. > Thanks > D2 > > On Mon, 23 Apr 2018 09:37:34 -0700 > Carsten Haitzler <[email protected]> wrote: > > > raster pushed a commit to branch master. > > > > http://git.enlightenment.org/core/efl.git/commit/?id=f805cc2be9769c210b4e7c6bde2254ebaecda5f1 > > > > commit f805cc2be9769c210b4e7c6bde2254ebaecda5f1 > > Author: Carsten Haitzler (Rasterman) <[email protected]> > > Date: Tue Apr 24 01:36:44 2018 +0900 > > > > elm - sel manager - fix windows build with selection vars > > --- > > src/lib/elementary/efl_selection_manager.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/src/lib/elementary/efl_selection_manager.c > > b/src/lib/elementary/efl_selection_manager.c index > > da2f57a772..9400e9738e 100644 --- > > a/src/lib/elementary/efl_selection_manager.c +++ > > b/src/lib/elementary/efl_selection_manager.c @@ -105,7 +105,7 @@ > > _owner_change_check(Efl_Selection_Manager *manager, Efl_Object > > *owner, i < (EFL_SELECTION_TYPE_CLIPBOARD + 1) ; i++) > > { > > - seat_sel2->sel_list[i].xwin = 0; > > + seat_sel2->sel_list[i].win = 0; > > seat_sel2->sel_list[i].active = > > EINA_FALSE; } > > } > > > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- Carsten Haitzler - [email protected] ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
