Hi Marc,
Am 26.10.2013 16:53, schrieb Marc-André Lureau:
Hi
- Original Message -
Marc,
as I wrote im my last mail my SDL drawing backend was not as
successful
as expected. However I started to create a complete SDL client. This
client uses the spice-glib but has no relation to gtk o
Hi
- Original Message -
> Marc,
>
> as I wrote im my last mail my SDL drawing backend was not as successful
> as expected. However I started to create a complete SDL client. This
> client uses the spice-glib but has no relation to gtk or spice-gtk at
> all.
>
> Attached you´ll find my WI
Marc,
as I wrote im my last mail my SDL drawing backend was not as successful
as expected. However I started to create a complete SDL client. This
client uses the spice-glib but has no relation to gtk or spice-gtk at
all.
Attached you´ll find my WIP code. In fact it is quite basic. No keyboa
Am 23.10.2013 15:03, schrieb Marc-André Lureau:
Hi
On Tue, Oct 22, 2013 at 4:33 PM, Mario wrote:
Hi,
[...]
It would be nice if you could share your sdl wip patch, perhaps that
could help spot the issue.
Sure - but - to be honest with you - this implementation is a kludge. It
just rederes
Hi
On Tue, Oct 22, 2013 at 4:33 PM, Mario wrote:
> Hi,
>
> bad news related to the OSX Client.
>
> I just finished implementing a SDL "alpha-" backend for the gtk widget. as I
> did not figure out how to draw into an existing window I was opening a new
> windows using SDL and implemented a draw-f
Hi,
bad news related to the OSX Client.
I just finished implementing a SDL "alpha-" backend for the gtk widget.
as I did not figure out how to draw into an existing window I was
opening a new windows using SDL and implemented a draw-function for my
spice-widget-sdl.c that simply takes the pix
- Original Message -
> Hi,
>
> I just took a look into those functions that are not seem to be involved
> in performance issues. Until today I stopped at the
> gdk_window_update_idle() as this call is suggestive of being innocent. I
> thought it may sleep.
>
> However this calling threa
On Wed, Oct 16, 2013 at 10:37:07AM +0200, Mario wrote:
> Hi,
>
> I just took a look into those functions that are not seem to be
> involved in performance issues. Until today I stopped at the
> gdk_window_update_idle() as this call is suggestive of being
> innocent. I thought it may sleep.
>
> Ho