On Thu, 22 Jan 2009 22:26:11 +0100 (CET) Vincent Torri <[email protected]> said:
> > > On Fri, 23 Jan 2009, Carsten Haitzler (The Rasterman) wrote: > > > On Sat, 17 Jan 2009 17:00:16 +0100 (CET) Vincent Torri <[email protected]> > > said: > > > > ok 1. thing. no need for: > > > > + case ELM_SOFTWARE_WIN32: > > + if (win->ee) win->xwin = (int)ecore_evas_win32_window_get(win->ee); > > > > > > as xwin literally is.. an x window. not win32 whnd. so otheriwse - all fine. > > you want to commit it to svn? > > Now that you mention it, i remember that i wanted to ask you something > related to that: instead of xwin, maybe we should use a 'native' window as > name, and try to manage that worrectly ? the problem is - what is the "native type" ? a pointer an int? short? long? long long?.... thus why i hadonly 1 export type/func for 1 windowing back-end. > I would like to commit it, maybe we can manage those native windows later well it can go in with that bit of the patch - it's harmless. a win32 WHND masquerades as an xwindow id... not really a problem :) > Vincent > > >> third patch. I now export the elm_main symbol in test.c and it seems to > >> work > >> > >> so the patch should be good enough to be pushed in svn > >> > >> raster ? > >> > >> Vincent > >> > >>> new patch: i forgot to update elementary.pc.in > >>> > >>> Vincent > >>> > >>> On Sat, 17 Jan 2009, Vincent Torri wrote: > >>> > >>>> > >>>> Hey, > >>>> > >>>> as i was on Windows today, i tried to port elementary on windows XP. The > >>>> patch is attached. > >>>> > >>>> Some remarks: > >>>> > >>>> 1) i had to remove EAPI from elm_main in test.c. I don't understand why > >>>> it should be visible... > >>>> > >>>> 2) I use the directdraw engine. > >>>> > >>>> 3) there is a problem with shapes, as the shapes are not yet supported > >>>> with that engine. > >>>> > >>>> I don't apply it because of point 1). I'm waiting for raster's answer, > >>>> now > >>>> > >>>> Anyway, the test works like a charm :) > >>>> > >>>> Vincent > > > > > > -- > > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > > The Rasterman (Carsten Haitzler) [email protected] > > > > > > -- > > Ce message a été vérifié par MailScanner > > pour des virus ou des polluriels et rien de > > suspect n'a été trouvé. > > Message délivré par le serveur de messagerie de l'Université d'Evry. > > > > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
