예제 #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)