Skip to content

Commit

Permalink
Server: Add X Record Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
dcommander committed Jan 29, 2020
1 parent 5120145 commit 7cdd81f
Show file tree
Hide file tree
Showing 13 changed files with 4,264 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ set based on the client's physical screen layout.
7. The TurboVNC Server is now based on xorg-xserver 1.19.7, which fixes several
minor X server bugs.

8. The TurboVNC Server now supports the X Record Extension. This extension can
be disabled, if desired, by passing `-extension XTEST` to vncserver.


2.2.3
=====
Expand Down
1 change: 1 addition & 0 deletions unix/Xvnc/include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ add_subdirectory(kbproto)
add_subdirectory(libxkbfile)
add_subdirectory(presentproto)
add_subdirectory(randrproto)
add_subdirectory(recordproto)
add_subdirectory(renderproto)
add_subdirectory(resourceproto)
add_subdirectory(scrnsaverproto)
Expand Down
7 changes: 7 additions & 0 deletions unix/Xvnc/include/recordproto/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
set(HEADERS
recordconst.h
recordproto.h)

foreach(h ${HEADERS})
copy_X_header(${h} X11/extensions)
endforeach()
17 changes: 17 additions & 0 deletions unix/Xvnc/include/recordproto/COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Copyright 1995 Network Computing Devices

Permission to use, copy, modify, distribute, and sell this software and
its documentation for any purpose is hereby granted without fee, provided
that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Network Computing Devices
not be used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.

NETWORK COMPUTING DEVICES DISCLAIMs ALL WARRANTIES WITH REGARD TO
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Loading

0 comments on commit 7cdd81f

Please sign in to comment.