Re: [WIP PATCH 2/2] SDL support

2009-08-23 Thread Robert Millan
Hi, IIRC this was waiting for the video split patch to go in. I assume it'll need some update for current head? On Mon, Jun 15, 2009 at 05:21:38PM +0200, Vladimir 'phcoder' Serbinenko wrote: > Hello here I have a preliminary SDL support. With this WIP patch you > have to add LD_FLAGS=-lSDL to

Re: [WIP PATCH 2/2] SDL support

2009-06-15 Thread Vladimir 'phcoder' Serbinenko
On Tue, Jun 16, 2009 at 1:01 AM, Pavel Roskin wrote: > On Mon, 2009-06-15 at 17:21 +0200, Vladimir 'phcoder' Serbinenko wrote: >> Hello here I have a preliminary SDL support. With this WIP patch you >> have to add LD_FLAGS=-lSDL to configure command. Another two problems >> are that window is never

Re: [WIP PATCH 2/2] SDL support

2009-06-15 Thread Pavel Roskin
On Mon, 2009-06-15 at 17:21 +0200, Vladimir 'phcoder' Serbinenko wrote: > Hello here I have a preliminary SDL support. With this WIP patch you > have to add LD_FLAGS=-lSDL to configure command. Another two problems > are that window is never repainted and input still has to go to > terminal window

[WIP PATCH 2/2] SDL support

2009-06-15 Thread Vladimir 'phcoder' Serbinenko
Hello here I have a preliminary SDL support. With this WIP patch you have to add LD_FLAGS=-lSDL to configure command. Another two problems are that window is never repainted and input still has to go to terminal window This will of course be fixed in the next patch just that I knew that debugging v