Ping.
With these patches (and some others) I managed to get a basic ibus
client working.
(https://github.com/Blei/ibus/tree/ibus-wayland/client/wayland)
Cheers,
Philipp
On Wed, Jul 11, 2012 at 10:25 PM, Philipp Brüschweiler wrote:
> ---
> clients/editor.c | 36 ++---
Hi Kristian,
here are some patches for
- sending out an error on invalid new_ids
- creating new id entry implicitly in wl_connection_demarshal
I'm not 100% sure if i understood the id management correctly, but i hope it
fits.
Best Regards,
Mathias
Von
I think this's alright, but now I realize that we're missing to destroy
the frame window all over the WM. Check for window->frame_id there.
Thanks,
Tiago
On 07/04/2012 12:10 AM, Martin Minarik wrote:
Use custom wrapper iterator function for destroying each window in hash.
---
src/xwayland/
Use custom wrapper iterator function for destroying each window in hash.
---
src/xwayland/window-manager.c |9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/src/xwayland/window-manager.c b/src/xwayland/window-manager.c
index 6e032ea..5d7e653 100644
--- a/src/xwayland/w
On 07/18/2012 08:25 AM, juan.j.z...@linux.intel.com wrote:
From: Juan Zhao
When the client didn't response to ping event in time, the server
will do "set_busy_cursor" again and again.
You still have the problem after fixing the infinite recursion?
ping_timeout_handler() should be called ju
From: Ning Tang
Add trash-image for showing the trash image while dragging launchers.
[layout] means create a layout and launchers below it will be shown on it.
Default is one layout.
Signed-off-by: Li Chen
Signed-off-by: Yi Yuan
Signed-off-by: Ning Tang
---
weston.ini | 2 ++
1 file ch
I think the crash is caused by weston.ini missing layout tag.
Attach file is a workable weston.ini of my own and you could substitute
correct icon path.
I will send a patch and default has one layout.
Thanks.
2012/7/18 Kristian Høgsberg
> On Tue, Jul 17, 2012 at 05:03:53PM +0800, tecto...@gmai
* make the epoll fd available to users
* make it possible to iterate the main loop by hand
these two changes make it possible to integrate the display
main loop into main loops of other frameworks (such as glib)
---
clients/window.c | 55 ++-
cl