mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
VirtualGL is an open source program that redirects the 3D rendering commands from Unix and Linux OpenGL applications to 3D accelerator hardware in a dedicated server and displays the rendered output interactively to a thin client located elsewhere on the network, or locally. WWW: http://www.virtualgl.org PR: 192561 Submitted by: David Mackay
11 lines
280 B
C++
11 lines
280 B
C++
--- ./util/rrsocket.cpp.orig 2011-12-22 18:27:13.000000000 +0000
|
|
+++ ./util/rrsocket.cpp 2014-08-10 17:43:04.000000000 +0100
|
|
@@ -120,7 +120,7 @@
|
|
#endif // USESSL
|
|
|
|
|
|
-rrsocket::rrsocket(bool dossl=false)
|
|
+rrsocket::rrsocket(bool dossl)
|
|
#ifdef USESSL
|
|
: _dossl(dossl)
|
|
#endif
|