summaryrefslogtreecommitdiffstats
path: root/vncviewer/Viewport.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2011-06-13 11:23:08 +0000
committerPierre Ossman <ossman@cendio.se>2011-06-13 11:23:08 +0000
commit1350069127f4817cb34c2112acfc1a7abeea0d3d (patch)
treea44534c3902b19239d1ebbb069c6a115941ed78c /vncviewer/Viewport.h
parent132b3d0f752c9c1a352c765e5bb9dc3370ac7320 (diff)
downloadtigervnc-1350069127f4817cb34c2112acfc1a7abeea0d3d.tar.gz
tigervnc-1350069127f4817cb34c2112acfc1a7abeea0d3d.zip
Optimised drawing routines for X11, roughly based on how the old Unix viewer
did things. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4493 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/Viewport.h')
-rw-r--r--vncviewer/Viewport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/Viewport.h b/vncviewer/Viewport.h
index f385a245..2613b6dd 100644
--- a/vncviewer/Viewport.h
+++ b/vncviewer/Viewport.h
@@ -38,7 +38,7 @@
#elif defined(__APPLE__)
#include "PlatformPixelBuffer.h"
#else
-#include "PlatformPixelBuffer.h"
+#include "X11PixelBuffer.h"
#endif
class CConn;