diff options
author | Pierre Ossman <ossman@cendio.se> | 2009-03-20 16:05:04 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2009-03-20 16:05:04 +0000 |
commit | cbd1b2c85f0bb39aea4ea226cced78889efe8f22 (patch) | |
tree | ec27b965e1f628638b597726cea94bbdbfe47ae0 /common/rfb/Makefile.am | |
parent | d9a59ba3060fc6f4f2b347bba41fa1881a111618 (diff) | |
download | tigervnc-cbd1b2c85f0bb39aea4ea226cced78889efe8f22.tar.gz tigervnc-cbd1b2c85f0bb39aea4ea226cced78889efe8f22.zip |
Properly parse the ExtendedDesktopSize rects in the client.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3702 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/Makefile.am')
-rw-r--r-- | common/rfb/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/rfb/Makefile.am b/common/rfb/Makefile.am index 61f37bd1..d3b7e767 100644 --- a/common/rfb/Makefile.am +++ b/common/rfb/Makefile.am @@ -12,8 +12,8 @@ HDRS = Blacklist.h CapsContainer.h CapsList.h CConnection.h \ Logger_stdio.h LogWriter.h msgTypes.h Password.h PixelBuffer.h \ PixelFormat.h PixelFormat.inl Pixel.h RawDecoder.h RawEncoder.h \ Rect.h Region.h rreDecode.h RREDecoder.h rreEncode.h RREEncoder.h \ - ScaledPixelBuffer.h ScaleFilters.h SConnection.h screenTypes.h \ - SDesktop.h secTypes.h ServerCore.h SMsgHandler.h \ + ScaledPixelBuffer.h ScaleFilters.h SConnection.h ScreenSet.h \ + screenTypes.h SDesktop.h secTypes.h ServerCore.h SMsgHandler.h \ SMsgReader.h SMsgReaderV3.h SMsgWriter.h SMsgWriterV3.h \ SSecurityFactoryStandard.h SSecurity.h SSecurityNone.h \ SSecurityVncAuth.h Threading.h tightDecode.h TightDecoder.h \ |