size of the desktop. However, the clipping rectangle is not reset when
the size of the desktop changes. This means that when the size of the
desktop increases, the area outside the original size will not be drawn.
Submitted by: des
a tight loop if the sound packet buffer is not empty. This usually
occurs after a long playback, and is indicated by an endless stream of
"ERROR: select: Bad file descriptor" messages on stderr.
Fix: forcibly empty the sound packet buffer after closing the sound device.
PR: 115692
Submitted by: "Eugene M. Kim" <freebsd.org@ab.ote.we.lv>
- Added RDP version 5 support.
- Cut'n'paste between RDP session and X11 applications is now possible
- Can connect to console on Windows 2003 servers
- Added preliminary sound support
- Support 15, 16 and 24-bit color depths
- While I'm here [2]:
- install some documentation
- slightly clarify COMMENT and pkg-descr
- simplify do-install target
- use DATADIR and DOCSDIR in Makefile and pkg-plist
PR: 57635, 58703 [1]
Submitted by: Chris Knight <chris@e-easy.com.au> [1], sergei [2]