code refactoring + integrate rdesktop code for bitmap decompression

This commit is contained in:
speyrefitte
2014-06-30 18:04:51 +02:00
parent cbb9976866
commit c53841ac57
13 changed files with 1083 additions and 1023 deletions

View File

@@ -53,7 +53,7 @@ class RDPClientQtFactory(rdp.ClientFactory):
#create qt widget
self._w = client.getWidget()
self._w.resize(self._width, self._height)
self._w.setWindowTitle('rdpyclient-rdp')
self._w.setWindowTitle('rdpy-rdpclient')
self._w.show()
return client

View File

@@ -46,7 +46,7 @@ class RFBClientQtFactory(rfb.ClientFactory):
#create qt widget
self._w = client.getWidget()
self._w.resize(1024, 800)
self._w.setWindowTitle('rdpyclient-vnc')
self._w.setWindowTitle('rdpy-vncclient')
self._w.show()
return client