From: Laszlo Agocs Date: Tue, 14 Jun 2011 08:35:46 +0000 (+0200) Subject: Add wl_display_remove_global. X-Git-Tag: 0.85.0~115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aae9f214e5f0d8d1deac4816fe40f76b2cf84f55;p=profile%2Fivi%2Fwayland.git 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. --- 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 @@ + + + + +