]> source.dussan.org Git - tigervnc.git/commit
MinGW tweak: calculateScaleBoundary is not an inline method. If it
authorPeter Åstrand <astrand@cendio.se>
Tue, 9 Dec 2008 13:39:24 +0000 (13:39 +0000)
committerPeter Åstrand <astrand@cendio.se>
Tue, 9 Dec 2008 13:39:24 +0000 (13:39 +0000)
commitb49cd1baaa6423c8d1c6d72edd4d083baa8624c7
treec2cbc9c1f0d863de6c95e8bd69c9d2f00df40694
parent06eee26b2f666d2bcfd07fdb351e368b2b45b45f
MinGW tweak: calculateScaleBoundary is not an inline method. If it
was, it should have been defined in the header file. See
http://www.parashift.com/c++-faq-lite/inline-functions.html.

Also, protect header file with normal #ifdef.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3343 3789f03b-4d11-0410-bbf8-ca57d06f2519
common/rfb/ScaledPixelBuffer.h