[PATCH] Update SDL2 Information

2014-07-22 Thread Joel Teichroeb
--- toolkits.html | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/toolkits.html b/toolkits.html index daaeb1c..c5f3a6b 100644 --- a/toolkits.html +++ b/toolkits.html @@ -37,10 +37,7 @@ can find full details in the href="clutter.html">Clutter Wayland instructions SDL -

[PATCH] Fixed a small typo

2010-12-11 Thread Joel Teichroeb
--- wayland/wayland-server.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/wayland/wayland-server.c b/wayland/wayland-server.c index 8cc2eae..677d85a 100644 --- a/wayland/wayland-server.c +++ b/wayland/wayland-server.c @@ -191,7 +191,7 @@ wl_client_connection_update(str

[PATCH 4/4] Make the DND client actually work.

2010-11-30 Thread Joel Teichroeb
The DND client now sends a "application/x-wayland-dnd-flower" instead of "text/plain". Made each flower keep its own seed. This may change in the future, but this is a good starting point. Added a simple reference counter for dnd_offer so that it will be freed if the flower is dragged out of the wi

[PATCH 3/4] Added a reject method to drag_offer.

2010-11-30 Thread Joel Teichroeb
Currently reject just calles drag_finish and does not bother with any fd stuff. In the future this should be extended to tell the compositor to do some kind of animation when a drag is rejected. --- compositor/compositor.c | 13 - protocol/wayland.xml|4 2 files changed,

[PATCH 2/4] Removed default drag types.

2010-11-30 Thread Joel Teichroeb
The window no longer assumes that the client wants to have text/plain and text/html draged onto it. The client will have to tell wayland about the things it wants dragged manually. --- clients/window.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/clients/window.c b/cli

[PATCH 1/4] Made the window save the coordinates when being draged.

2010-11-30 Thread Joel Teichroeb
--- clients/window.c | 18 ++ 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/clients/window.c b/clients/window.c index 3860d1e..f720bf8 100644 --- a/clients/window.c +++ b/clients/window.c @@ -1018,14 +1018,16 @@ handle_configure(void *data, struct wl_shell *shel