commit | 28d570dc910b7a6bbbd246db0ce3713bc2f4491c | [log] [tgz] |
---|---|---|
author | Michal Srb <michalsrb@gmail.com> | Fri Sep 29 14:45:33 2017 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Wed Mar 07 15:28:43 2018 +0100 |
tree | 684423b0f8ae450af2e3f3ad7d001a9f6a6cdaea | |
parent | 816baa35ae5374f350ee4031ac54d7d1e90af183 [diff] |
VNCServerST: Allow unsetting pixel buffer. Originally calling VNCServertST::setPixelBuffer(PixelBuffer* pb_) with pb_=0 would do nothing. With this change pb will be set to 0 and deferred update timer will be stopped.