Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread Gustavo Sverzut Barbieri
It is needed for 64 bits where sizeof(void*) sizeof(int) Don't do these changes without asking anymore :-/ On Thursday, January 26, 2012, Enlightenment SVN no-re...@enlightenment.org wrote: Log: elementary/genlist - deprecated elm_genlist_item_data_set/get but please use

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread Tom Hacohen
On 26/01/12 13:10, Gustavo Sverzut Barbieri wrote: It is needed for 64 bits where sizeof(void*) sizeof(int) Don't do these changes without asking anymore :-/ On Thursday, January 26, 2012, Enlightenment SVNno-re...@enlightenment.org wrote: Log: elementary/genlist - deprecated

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread Gustavo Sverzut Barbieri
Dunno, raster is not too found of the _t variants, that's why we have almost no uint8_t et al On Thursday, January 26, 2012, Tom Hacohen tom.haco...@partner.samsung.com wrote: On 26/01/12 13:10, Gustavo Sverzut Barbieri wrote: It is needed for 64 bits where sizeof(void*) sizeof(int) Don't

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread Tom Hacohen
But this case is just ridiculous. :) -- Tom. On 26/01/12 14:11, Gustavo Sverzut Barbieri wrote: Dunno, raster is not too found of the _t variants, that's why we have almost no uint8_t et al On Thursday, January 26, 2012, Tom Hacohen tom.haco...@partner.samsung.com

[E-devel] elm_win_resize_object_add - better behavior?

2012-01-26 Thread Rafael Antognolli
Hello guys, I've been playing with the elm_win_resize_object_add() function to add a main layout to my program. I guess that is a common use-case. However, elm_layout adjusts its min size hints to the required edje size. And those size hints are used by the elm_win to determine its size. The

Re: [E-devel] elm_win_resize_object_add - better behavior?

2012-01-26 Thread Michael Blumenkrantz
On Thu, 26 Jan 2012 17:29:28 -0200 Rafael Antognolli antogno...@profusion.mobi wrote: Hello guys, I've been playing with the elm_win_resize_object_add() function to add a main layout to my program. I guess that is a common use-case. However, elm_layout adjusts its min size hints to the

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread Boris Faure
On Thu, Jan 26, 2012 at 13:11, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Dunno, raster is not too found of the _t variants, that's why we have almost no uint8_t et al I don't want to troll on that but I'd like to know why raster doesn't want the use the types in stdint.h specified

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread Gustavo Sverzut Barbieri
On Thu, Jan 26, 2012 at 8:16 PM, Boris Faure bill...@gmail.com wrote: On Thu, Jan 26, 2012 at 13:11, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Dunno, raster is not too found of the _t variants, that's why we have almost no uint8_t et al I don't want to troll on that but I'd

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread David Seikel
On Thu, 26 Jan 2012 20:37:42 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Jan 26, 2012 at 8:16 PM, Boris Faure bill...@gmail.com wrote: On Thu, Jan 26, 2012 at 13:11, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Dunno, raster is not too found of the _t

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread ChunEon Park
Thank you for explaining. So I leave the log messages for picking up any problems from there by someone like you. But It would be better if there were any comments to explain it why he/she wrote those unusual code. Anyway, once I will revert them but I hope to fix that code rightly because I

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread ChunEon Park
I changed to use ssize_t type for now, Since I'm not sure that long type will be expanded to 64bit. -Regards, Hermet- -Original Message- From: ChunEon Parklt;her...@naver.comgt; To: Enlightenment develolt;enlightenment-devel@lists.sourceforge.netgt;

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread Vincent Torri
On Fri, Jan 27, 2012 at 1:39 AM, David Seikel onef...@gmail.com wrote: On Thu, 26 Jan 2012 20:37:42 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Jan 26, 2012 at 8:16 PM, Boris Faure bill...@gmail.com wrote: On Thu, Jan 26, 2012 at 13:11, Gustavo Sverzut Barbieri