diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2008-01-18 14:13:16 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2008-01-18 14:13:16 +0000 |
commit | ec45c48753517707dcedaf298c11180af0d8637b (patch) | |
tree | 8fe05c688857bd9d61dd981180be1f8e2efa092b /unix/x0vncserver/PollingManager.h | |
parent | 9d37e5c1059bc3795a6b2303dbdbf52371d23f84 (diff) | |
download | tigervnc-ec45c48753517707dcedaf298c11180af0d8637b.tar.gz tigervnc-ec45c48753517707dcedaf298c11180af0d8637b.zip |
Minor refactoring: new m_bytesPerPixel member variable.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2409 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/x0vncserver/PollingManager.h')
-rw-r--r-- | unix/x0vncserver/PollingManager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/x0vncserver/PollingManager.h b/unix/x0vncserver/PollingManager.h index 8abf0292..25323b57 100644 --- a/unix/x0vncserver/PollingManager.h +++ b/unix/x0vncserver/PollingManager.h @@ -64,6 +64,8 @@ protected: VNCServer *m_server; Image *m_image; + int m_bytesPerPixel; + int m_offsetLeft; int m_offsetTop; int m_width; |