Re: [E-devel] [patch][eve] Fix build break.

2012-11-16 Thread Gustavo Lima Chaves
* ryuan Choi ryuan.c...@gmail.com [2012-11-15 22:20:20 +0900]: OK, I just tried to compile without understanding logic. :) Now, I can execute eve and I will start to analyze it to port elm-web. Hi, Ryuan. Though porting Eve to elm_web is a good thing, taking off kinetic scrolling from it

Re: [E-devel] [patch][eve] Fix build break.

2012-11-16 Thread ryuan Choi
Thank you for your advice. Sure, I will try not to have big regression when I port elm_web. First I thought that just gives option to enable elm_web. But I can focus scrolling issue of elm_web first. About possibility of elm_scroller_interface for elm_web. my simple idea is providing the API

Re: [E-devel] [patch][eve] Fix build break.

2012-11-16 Thread The Rasterman
On Sat, 17 Nov 2012 11:04:22 +0900 ryuan Choi ryuan.c...@gmail.com said: Thank you for your advice. Sure, I will try not to have big regression when I port elm_web. First I thought that just gives option to enable elm_web. But I can focus scrolling issue of elm_web first. About

Re: [E-devel] [patch][eve] Fix build break.

2012-11-15 Thread ryuan Choi
OK, I just tried to compile without understanding logic. :) Now, I can execute eve and I will start to analyze it to port elm-web. Thank you. 2012/11/15 Carsten Haitzler ras...@rasterman.com On Wed, 24 Oct 2012 23:55:05 +0900 ryuan Choi ryuan.c...@gmail.com said: wtf .. throwing events away

Re: [E-devel] [patch][eve] Fix build break.

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 22:20:20 +0900 ryuan Choi ryuan.c...@gmail.com said: OK, I just tried to compile without understanding logic. :) Now, I can execute eve and I will start to analyze it to port elm-web. awesome. :) sorry for my delay in email- i have a massive backlog and i'm trying to go

Re: [E-devel] [patch][eve] Fix build break.

2012-11-14 Thread The Rasterman
On Wed, 24 Oct 2012 23:55:05 +0900 ryuan Choi ryuan.c...@gmail.com said: wtf .. throwing events away is a bad idea... events are not just mouse or key - they can involve exposes, configure notifies and other very important events telling of important state changes in x. NEVER throw events away

[E-devel] [patch][eve] Fix build break.

2012-10-24 Thread ryuan Choi
Hi, While building eve, I got below errors. main.c:391: error: undefined reference to 'ecore_x_window_focus' view.c:1099: error: undefined reference to 'ecore_x_display_get' view.c:1101: error: undefined reference to 'XSync' view.c:1121: error: undefined reference to 'XSync' I don't know

Re: [E-devel] [patch][eve] Fix build break.

2012-10-24 Thread ryuan Choi
Updated attachment to fix mistake. 2012/10/24 ryuan Choi ryuan.c...@gmail.com Hi, While building eve, I got below errors. main.c:391: error: undefined reference to 'ecore_x_window_focus' view.c:1099: error: undefined reference to 'ecore_x_display_get' view.c:1101: error: undefined