code refactoring + integrate rdesktop code for bitmap decompression
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user