diff options
author | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | 2006-05-29 14:18:14 +0000 |
---|---|---|
committer | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | 2006-05-29 14:18:14 +0000 |
commit | 04a777102b0108d8d741b23479b13f525fef17d8 (patch) | |
tree | 693c4257df674aae4b554b79aec9b4df4a089930 /win/vncviewer/DesktopWindow.h | |
parent | fd334adb8cb963398268c6e6411859ca8887fb89 (diff) | |
download | tigervnc-04a777102b0108d8d741b23479b13f525fef17d8.tar.gz tigervnc-04a777102b0108d8d741b23479b13f525fef17d8.zip |
Implemented scaling interface of the local copy of remote
desktop. Now it support only true color the pixel data.
AutoScaling is not working yet.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@601 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/vncviewer/DesktopWindow.h')
-rw-r--r-- | win/vncviewer/DesktopWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/vncviewer/DesktopWindow.h b/win/vncviewer/DesktopWindow.h index 8511eb44..f471fccb 100644 --- a/win/vncviewer/DesktopWindow.h +++ b/win/vncviewer/DesktopWindow.h @@ -82,6 +82,7 @@ namespace rfb { PixelFormat getPF() const { return buffer->getPF(); } void setSize(int w, int h); void setColour(int i, int r, int g, int b) {buffer->setColour(i, r, g, b);} + void setDesktopScale(int scale); // - Set the cursor to render when the pointer is within the desktop buffer void setCursor(int w, int h, const Point& hotspot, void* data, void* mask); |