示例#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()
示例#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()
示例#3
0
文件: wm.py 项目: svn2github/Xpra
 def cleanup(self):
     remove_catchall_receiver("xpra-client-message-event", self)
     for win in list(self._windows.itervalues()):
         win.unmanage(True)
示例#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()
示例#5
0
文件: wm.py 项目: rudresh2319/Xpra
 def cleanup(self):
     remove_catchall_receiver("xpra-client-message-event", self)
     for win in list(self._windows.itervalues()):
         win.unmanage(True)