Re: X input module binary compatibility across xorg 1.3, 1.4, or 1.5?

2008-12-01 Thread Alan Coopersmith
Chueh Steel wrote: Hi, all, 1. Is it possible to compiler one X input module so that it could be binary compatible across xorg 1.3, 1.4 or 1.5? I believe Nvidia does this, but I don't know if they've published how. Due to the API/ABI changes, you would have to have header files available

X input module binary compatibility across xorg 1.3, 1.4, or 1.5?

2008-11-27 Thread Chueh Steel
Hi, all, 1. Is it possible to compiler one X input module so that it could be binary compatible across xorg 1.3, 1.4 or 1.5? 2. If not,, is there any good or easier way so that I could cross-compiler my X input module at just one platform? Any hint would be help and apprecitated!! Thanks.

Re: X input module binary compatibility across xorg 1.3, 1.4, or 1.5?

2008-11-27 Thread Peter Hutterer
On Thu, Nov 27, 2008 at 06:37:12PM +0800, Chueh Steel wrote: 1. Is it possible to compiler one X input module so that it could be binary compatible across xorg 1.3, 1.4 or 1.5? no, the ABI and API has changed a lot between all three. 2. If not,, is there any good or easier way so that I could