<div dir="ltr"><div>Hi,<br><br></div>I have got one question. In documentation of wl_registry's global_remove event is:<br><div class="">
                                        <br>"This event notifies the client that the global identified by name 
is no longer available. If the client bound to the global using the bind
 request, the client should now destroy that object.
                                </div><div class="">
                                        The object remains valid and **requests to the object will be ignored
 until the client destroys it** ... ."<br><br></div><div class="">Consider this code (I'll choose wl_seat as a global):<br><br><br></div><div class="">DISPLAY                                                            CLIENT<br>
</div><div class="">\\ create display, globals, etc..                                 ....<br></div><div class="">     ....                                                       seat = get wl_seat proxy ..<br></div><div class="">
     ....                                                               \\ do something<br></div><div class="">   wl_global_destroy(seat)                                       ....<br>     ....                                                                   ....<br>
</div><div class="">     ....                                                        wl_seat_get_pointer(seat)<br></div><div class="">     ....                                                        wl_seat_get_touch(seat)<br>
</div><div class=""><br>If I understand the documentation correctly then the wl_seat_get_{pointer|touch} should be ignored, because these are requests to already deleted object. Or am I missing something?<br><br></div><div class="">
Thanks,<br></div><div class="">Marek Ch<br></div><div class=""><br></div></div>