commit | 5d663058f0f8e156574b4d2076bac54258de7c72 | [log] [tgz] |
---|---|---|
author | Brian P. Hinz <bphinz@users.sf.net> | Mon Sep 05 09:15:50 2016 -0400 |
committer | Brian P. Hinz <bphinz@users.sf.net> | Mon Sep 05 09:15:50 2016 -0400 |
tree | f356cc9fe6aeeaacf9d2e1e5dfc8e424e503fd4d | |
parent | 590d4989b9332ed0bbb695abcb33422a9c5ec11b [diff] |
Fix minor typo in framebuffer initialization
diff --git a/common/rfb/CConnection.cxx b/common/rfb/CConnection.cxx index 7e9fd31..35be946 100644 --- a/common/rfb/CConnection.cxx +++ b/common/rfb/CConnection.cxx
@@ -86,7 +86,7 @@ if (fb->width() > framebuffer->width()) { rect.setXYWH(framebuffer->width(), 0, - fb->width() - fb->width(), + fb->width() - framebuffer->width(), fb->height()); fb->fillRect(rect, black); }