Re: [PATCH] Add wl_display_remove_global.

2011-06-10 Thread Kristian Høgsberg
Hi Laszlo, Thanks, this is definitely needed. However, we'll also need to send an event to all clients to indicate that the object is no longer available, so they can take it out of their global list. That is, the opposite of display_handle_global: http://cgit.freedesktop.org/wayland/wayland/t

[PATCH] Add wl_display_remove_global.

2011-06-10 Thread Laszlo Agocs
From 9306be3637fd36aca936cfd797298a8e22c88c56 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 10 Jun 2011 11:17:51 +0200 Subject: [PATCH] Add wl_display_remove_global. Change 4453ba084aae5a00318b9dfdeda95e8eaa17494c disallows using post_global with objects not on the global list. Therefo