From aae9f214e5f0d8d1deac4816fe40f76b2cf84f55 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 14 Jun 2011 10:35:46 +0200 Subject: [PATCH] Add wl_display_remove_global. Change 4453ba084aae5a00318b9dfdeda95e8eaa17494c disallows using post_global with objects not on the global list. Therefore selection and drag offers have to be added to the global list from now on. However these may often get replaced by a newer object and thus need a way to remove a global from the global list. --- protocol/wayland.xml | 5 +++++ wayland/wayland-client.c | 15 +++++++++++++++ wayland/wayland-server.c | 31 +++++++++++++++++++++++++++++++ wayland/wayland-server.h | 3 +++ 4 files changed, 54 insertions(+) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index ad35072..bf21425 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -53,6 +53,11 @@ + + + + +