Beispiel #1
0
 def do_cleanup(self):
     self.cancel_resize_timer()
     X11ServerBase.do_cleanup(self)
     remove_catchall_receiver("xpra-motion-event", self)
     cleanup_x11_filter()
     with xswallow:
         cleanup_all_event_receivers()
Beispiel #2
0
 def do_cleanup(self, *args):
     X11ServerBase.do_cleanup(self)
     remove_catchall_receiver("xpra-motion-event", self)
     cleanup_x11_filter()
     with xswallow:
         cleanup_all_event_receivers()
Beispiel #3
0
 def cleanup(self):
     remove_catchall_receiver("xpra-client-message-event", self)
     for win in list(self._windows.itervalues()):
         win.unmanage(True)
Beispiel #4
0
 def do_cleanup(self, *args):
     X11ServerBase.do_cleanup(self)
     remove_catchall_receiver("xpra-motion-event", self)
     cleanup_x11_filter()
     with xswallow:
         cleanup_all_event_receivers()
Beispiel #5
0
 def cleanup(self):
     remove_catchall_receiver("xpra-client-message-event", self)
     for win in list(self._windows.itervalues()):
         win.unmanage(True)