platform/upstream/freerdp.git
10 years agoMerge pull request #1736 from awakecoding/master
Marc-André Moreau [Wed, 12 Mar 2014 16:20:04 +0000 (12:20 -0400)]
Merge pull request #1736 from awakecoding/master

MPPC Bulk Compression Rewrite

10 years agolibfreerdp-core: change internal fastpath utils function declarations
Marc-André Moreau [Wed, 12 Mar 2014 16:09:14 +0000 (12:09 -0400)]
libfreerdp-core: change internal fastpath utils function declarations

10 years agolibwinpr-wtsapi: fix linker issue
Marc-André Moreau [Wed, 12 Mar 2014 15:40:39 +0000 (11:40 -0400)]
libwinpr-wtsapi: fix linker issue

10 years agochannels/audin: fix target export
Marc-André Moreau [Wed, 12 Mar 2014 15:36:50 +0000 (11:36 -0400)]
channels/audin: fix target export

10 years agolibwinpr-wtsapi: add missing link dependency
Marc-André Moreau [Wed, 12 Mar 2014 14:02:26 +0000 (10:02 -0400)]
libwinpr-wtsapi: add missing link dependency

10 years agolibfreerdp-core: enable MPPC compression by default
Marc-André Moreau [Wed, 12 Mar 2014 02:55:40 +0000 (22:55 -0400)]
libfreerdp-core: enable MPPC compression by default

10 years agolibfreerdp-core: add bulk compression metrics
Marc-André Moreau [Wed, 12 Mar 2014 02:52:21 +0000 (22:52 -0400)]
libfreerdp-core: add bulk compression metrics

10 years agolibfreerdp-core: add support for RDP4 MPPC compression
Marc-André Moreau [Wed, 12 Mar 2014 02:33:41 +0000 (22:33 -0400)]
libfreerdp-core: add support for RDP4 MPPC compression

10 years agolibwinpr-utils: convert BitStream to macros
Marc-André Moreau [Wed, 12 Mar 2014 02:17:31 +0000 (22:17 -0400)]
libwinpr-utils: convert BitStream to macros

10 years agolibfreerdp-core: improve MPPC compress/decompress function definitions
Marc-André Moreau [Wed, 12 Mar 2014 01:42:27 +0000 (21:42 -0400)]
libfreerdp-core: improve MPPC compress/decompress function definitions

10 years agolibfreerdp-core: hook new MPPC compressor successfully
Marc-André Moreau [Wed, 12 Mar 2014 00:58:35 +0000 (20:58 -0400)]
libfreerdp-core: hook new MPPC compressor successfully

10 years agolibfreerdp-core: start hooking new MPPC compressor
Marc-André Moreau [Tue, 11 Mar 2014 21:52:34 +0000 (17:52 -0400)]
libfreerdp-core: start hooking new MPPC compressor

10 years agolibfreerdp-core: cleanup fastpath update fragmentation
Marc-André Moreau [Tue, 11 Mar 2014 21:25:00 +0000 (17:25 -0400)]
libfreerdp-core: cleanup fastpath update fragmentation

10 years agolibfreerdp-core: further reduce fastpath output sending
Marc-André Moreau [Tue, 11 Mar 2014 19:35:15 +0000 (15:35 -0400)]
libfreerdp-core: further reduce fastpath output sending

10 years agolibfreerdp-core: simplify server-side fastpath fragmentation code
Marc-André Moreau [Tue, 11 Mar 2014 18:43:28 +0000 (14:43 -0400)]
libfreerdp-core: simplify server-side fastpath fragmentation code

10 years agoMerge branch 'master' of github.com:awakecoding/FreeRDP into mppc
Marc-André Moreau [Tue, 11 Mar 2014 15:57:01 +0000 (11:57 -0400)]
Merge branch 'master' of github.com:awakecoding/FreeRDP into mppc

10 years agoMerge branch 'master' of github.com:awakecoding/FreeRDP
Marc-André Moreau [Tue, 11 Mar 2014 15:55:49 +0000 (11:55 -0400)]
Merge branch 'master' of github.com:awakecoding/FreeRDP

10 years agochannels/rdpei: make use of callback interface for Suspend/Resume touch events
Marc-André Moreau [Tue, 11 Mar 2014 15:55:38 +0000 (11:55 -0400)]
channels/rdpei: make use of callback interface for Suspend/Resume touch events

10 years agoMerge pull request #33 from MartinHaimberger/FileFix
Marc-André Moreau [Tue, 11 Mar 2014 13:42:11 +0000 (09:42 -0400)]
Merge pull request #33 from MartinHaimberger/FileFix

WriteFile and ReadFile does not check for INVALID_HANDLE_VALUE

10 years agoWriteFile and ReadFile does not check for INVALID_HANDLE_VALUE
Martin Haimberger [Tue, 11 Mar 2014 13:34:41 +0000 (06:34 -0700)]
WriteFile and ReadFile does not check for INVALID_HANDLE_VALUE

10 years agoMerge branch 'master' of github.com:mrthebunny/FreeRDP
Marc-André Moreau [Tue, 11 Mar 2014 03:08:17 +0000 (23:08 -0400)]
Merge branch 'master' of github.com:mrthebunny/FreeRDP

10 years agolibfreerdp-codec: remove old MPPC decompressor, fix RDP4 MPPC
Marc-André Moreau [Mon, 10 Mar 2014 20:19:47 +0000 (16:19 -0400)]
libfreerdp-codec: remove old MPPC decompressor, fix RDP4 MPPC

10 years agolibfreerdp-core: hook new MPPC decompressor
Marc-André Moreau [Mon, 10 Mar 2014 19:57:39 +0000 (15:57 -0400)]
libfreerdp-core: hook new MPPC decompressor

10 years agoModified transport_check_fds to deliver all available PDUs before returning to the...
Mike McDonald [Mon, 10 Mar 2014 19:35:14 +0000 (15:35 -0400)]
Modified transport_check_fds to deliver all available PDUs before returning to the caller.  This prevents the caller from waiting indefinitely for a socket to get signalled that data is available.  It fixes a problem with Microsoft mobile clients connecting to FreeRDS whereby the client places both the MCS Erect Domain and MCS Attach User PDUs into the same ethernet frame.  As a result, FreeRDS was only processing the first PDU and then blocking indefinitely waiting for data to arrive on the socket.

10 years agoMerge branch 'master' of https://github.com/awakecoding/FreeRDP into awakecoding
Mike McDonald [Mon, 10 Mar 2014 19:11:23 +0000 (15:11 -0400)]
Merge branch 'master' of https://github.com/awakecoding/FreeRDP into awakecoding

10 years agolibfreerdp-codec: make MPPC compressor produce output identical to Microsoft implemen...
Marc-André Moreau [Mon, 10 Mar 2014 19:06:23 +0000 (15:06 -0400)]
libfreerdp-codec: make MPPC compressor produce output identical to Microsoft implementation

10 years agolibfreerdp-core: wrap old MPPC implementation under rdpBulk
Marc-André Moreau [Mon, 10 Mar 2014 17:15:10 +0000 (13:15 -0400)]
libfreerdp-core: wrap old MPPC implementation under rdpBulk

10 years agolibfreerdp-core: add bulk.c to handle bulk compression in a centralized place
Marc-André Moreau [Mon, 10 Mar 2014 15:41:10 +0000 (11:41 -0400)]
libfreerdp-core: add bulk.c to handle bulk compression in a centralized place

10 years agolibfreerdp-core: add options for specifying compression level
Marc-André Moreau [Mon, 10 Mar 2014 15:16:36 +0000 (11:16 -0400)]
libfreerdp-core: add options for specifying compression level

10 years agoMerge branch 'mppc' of github.com:awakecoding/FreeRDP into mppc
Marc-André Moreau [Mon, 10 Mar 2014 14:06:03 +0000 (10:06 -0400)]
Merge branch 'mppc' of github.com:awakecoding/FreeRDP into mppc

10 years agoMerge branch 'master' of github.com:awakecoding/FreeRDP into mppc
Marc-André Moreau [Mon, 10 Mar 2014 14:05:50 +0000 (10:05 -0400)]
Merge branch 'master' of github.com:awakecoding/FreeRDP into mppc

10 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Mon, 10 Mar 2014 14:05:29 +0000 (10:05 -0400)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

10 years agoMerge pull request #1732 from zhangzl2013/file-clipping
Marc-André Moreau [Mon, 10 Mar 2014 12:22:56 +0000 (08:22 -0400)]
Merge pull request #1732 from zhangzl2013/file-clipping

File clipping

10 years agoclipboard: wfreerdp: implement file clipping.
Zhang Zhaolong [Mon, 10 Mar 2014 06:20:53 +0000 (14:20 +0800)]
clipboard: wfreerdp: implement file clipping.

10 years agowfreerdp: fix warning.
Zhang Zhaolong [Wed, 5 Mar 2014 08:14:13 +0000 (16:14 +0800)]
wfreerdp: fix warning.

10 years agoclipboard: wfreerdp: implement COM objects for file clipping.
Zhang Zhaolong [Wed, 5 Mar 2014 08:00:30 +0000 (16:00 +0800)]
clipboard: wfreerdp: implement COM objects for file clipping.

10 years agoclipboard: wfreerdp: add COM objects for file clipping.
Zhang Zhaolong [Wed, 5 Mar 2014 03:31:48 +0000 (11:31 +0800)]
clipboard: wfreerdp: add COM objects for file clipping.

10 years agoclipboard: implement file clipping on XP.
Zhang Zhaolong [Tue, 4 Mar 2014 08:32:47 +0000 (16:32 +0800)]
clipboard: implement file clipping on XP.
    add temp directory.
    use %TEMP% directory as file transfering temprorary directory.
    if %TEMP% directory is in C:\, driver C:\ should be redirected in order
    to enable file clipping on XP.

10 years agoclipboard: add events for file clipping.
Zhang Zhaolong [Mon, 3 Mar 2014 02:56:04 +0000 (10:56 +0800)]
clipboard: add events for file clipping.

10 years agolibfreerdp-codec: MPPC cleanup
Marc-André Moreau [Mon, 10 Mar 2014 01:58:00 +0000 (21:58 -0400)]
libfreerdp-codec: MPPC cleanup

10 years agolibfreerdp-codec: reduce amount of MPPC context variables
Marc-André Moreau [Mon, 10 Mar 2014 00:45:42 +0000 (20:45 -0400)]
libfreerdp-codec: reduce amount of MPPC context variables

10 years agolibfreerdp-codec: initial MPPC decompression support
Marc-André Moreau [Sun, 9 Mar 2014 23:55:52 +0000 (19:55 -0400)]
libfreerdp-codec: initial MPPC decompression support

10 years agolibfreerdp-codec: initial RDP4/RDP5 MPPC compression test case success
Marc-André Moreau [Sun, 9 Mar 2014 21:32:49 +0000 (17:32 -0400)]
libfreerdp-codec: initial RDP4/RDP5 MPPC compression test case success

10 years agolibfreerdp-codec: improve MPPC compressor consistency with Microsoft implementation
Marc-André Moreau [Sun, 9 Mar 2014 20:02:46 +0000 (16:02 -0400)]
libfreerdp-codec: improve MPPC compressor consistency with Microsoft implementation

10 years agolibfreerdp-codec: add annotated MPPC compression samples
Marc-André Moreau [Sun, 9 Mar 2014 18:35:11 +0000 (14:35 -0400)]
libfreerdp-codec: add annotated MPPC compression samples

10 years agolibfreerdp-codec: start adding support for RDP4 MPPC
Marc-André Moreau [Sun, 9 Mar 2014 17:37:46 +0000 (13:37 -0400)]
libfreerdp-codec: start adding support for RDP4 MPPC

10 years agolibfreerdp-codec: decode LengthOfMatch
Marc-André Moreau [Sun, 9 Mar 2014 00:10:30 +0000 (19:10 -0500)]
libfreerdp-codec: decode LengthOfMatch

10 years agolibfreerdp-codec: start MPPC compressor
Marc-André Moreau [Sat, 8 Mar 2014 22:38:47 +0000 (17:38 -0500)]
libfreerdp-codec: start MPPC compressor

10 years agoMerge pull request #1727 from nfedera/fix-2014-03-06-01
Marc-André Moreau [Thu, 6 Mar 2014 18:25:46 +0000 (13:25 -0500)]
Merge pull request #1727 from nfedera/fix-2014-03-06-01

Fix handling of "no CAPSET_TYPE_SURFACE_COMMANDS"

10 years agoFix handling of "no CAPSET_TYPE_SURFACE_COMMANDS"
Norbert Federa [Thu, 6 Mar 2014 18:16:05 +0000 (19:16 +0100)]
Fix handling of "no CAPSET_TYPE_SURFACE_COMMANDS"

If CAPSET_TYPE_SURFACE_COMMANDS is not received the SurfaceCommandsEnabled and SurfaceFrameMarkerEnabled settings must be set to FALSE.

10 years agolibwinpr-crt: add byteswap macros
Marc-André Moreau [Thu, 6 Mar 2014 17:48:48 +0000 (12:48 -0500)]
libwinpr-crt: add byteswap macros

10 years agolibfreerdp-codec: start testing MPPC against large buffer
Marc-André Moreau [Wed, 5 Mar 2014 23:03:39 +0000 (18:03 -0500)]
libfreerdp-codec: start testing MPPC against large buffer

10 years agoMerge branch 'master' of git://github.com/awakecoding/FreeRDP
Benoît LeBlanc [Wed, 5 Mar 2014 21:35:22 +0000 (16:35 -0500)]
Merge branch 'master' of git://github.com/awakecoding/FreeRDP

10 years agolibfreerdp-codec: initial RDP5 MPPC LOM/CO encoding
Marc-André Moreau [Wed, 5 Mar 2014 21:28:53 +0000 (16:28 -0500)]
libfreerdp-codec: initial RDP5 MPPC LOM/CO encoding

10 years agolibfreerdp-codec: produce correct LOM/CO sequences
Marc-André Moreau [Wed, 5 Mar 2014 20:29:04 +0000 (15:29 -0500)]
libfreerdp-codec: produce correct LOM/CO sequences

10 years agolibwinpr-utils: move BitStream functions to macros
Marc-André Moreau [Wed, 5 Mar 2014 18:08:11 +0000 (13:08 -0500)]
libwinpr-utils: move BitStream functions to macros

10 years agolibwinpr-utils: basic working UINT32-based bitstream implementation
Marc-André Moreau [Wed, 5 Mar 2014 17:56:26 +0000 (12:56 -0500)]
libwinpr-utils: basic working UINT32-based bitstream implementation

10 years agolibwinpr-utils: add MSB/LSB bit printing
Marc-André Moreau [Wed, 5 Mar 2014 17:03:10 +0000 (12:03 -0500)]
libwinpr-utils: add MSB/LSB bit printing

10 years agoMerge pull request #1714 from dbungert/gateway
Marc-André Moreau [Wed, 5 Mar 2014 16:28:00 +0000 (11:28 -0500)]
Merge pull request #1714 from dbungert/gateway

Improved Gateway error handling

10 years agoMerge pull request #1711 from zhangzl2013/wfreerdp
Marc-André Moreau [Wed, 5 Mar 2014 16:27:32 +0000 (11:27 -0500)]
Merge pull request #1711 from zhangzl2013/wfreerdp

wfreerdp run-time fix.

10 years agoMerge pull request #1720 from maksqwe/small_fixes
Marc-André Moreau [Wed, 5 Mar 2014 16:26:32 +0000 (11:26 -0500)]
Merge pull request #1720 from maksqwe/small_fixes

libfreerdp: small fixes

10 years agoMerge pull request #1721 from maksqwe/client_fixes
Marc-André Moreau [Wed, 5 Mar 2014 16:25:52 +0000 (11:25 -0500)]
Merge pull request #1721 from maksqwe/client_fixes

fix "mcode" check in cliprdr_thread_func()

10 years agoMerge pull request #1722 from nfedera/fix-2014-03-05-01
Marc-André Moreau [Wed, 5 Mar 2014 15:58:58 +0000 (10:58 -0500)]
Merge pull request #1722 from nfedera/fix-2014-03-05-01

libfreerdp-core/mcs: fixed protocol error+segfault

10 years agolibfreerdp-core/mcs: fixed protocol error+segfault
Norbert Federa [Wed, 5 Mar 2014 14:47:23 +0000 (15:47 +0100)]
libfreerdp-core/mcs: fixed protocol error+segfault

wrong channelcount pointer was referenced in the server
mcs attach user confirm pdu

10 years agofix "mcode" check in cliprdr_thread_func()
Maks Naumov [Wed, 5 Mar 2014 13:24:42 +0000 (15:24 +0200)]
fix "mcode" check in cliprdr_thread_func()

Priority of the '!=' is higher than '=' operator

10 years agofix window_list_has_next()
Maks Naumov [Wed, 5 Mar 2014 12:55:22 +0000 (14:55 +0200)]
fix window_list_has_next()

10 years agofix filing array of "messages"
Maks Naumov [Wed, 5 Mar 2014 12:49:00 +0000 (14:49 +0200)]
fix filing array of "messages"

sizeof(sizeof(struct) * struct_count) == sizeof(size_t)

10 years agofix "_settings->ClientTimeZone" initialization
Maks Naumov [Wed, 5 Mar 2014 12:24:07 +0000 (14:24 +0200)]
fix "_settings->ClientTimeZone" initialization

10 years agoMerge branch 'master' of https://github.com/awakecoding/FreeRDP into awakecoding
Mike McDonald [Tue, 4 Mar 2014 23:15:38 +0000 (18:15 -0500)]
Merge branch 'master' of https://github.com/awakecoding/FreeRDP into awakecoding

10 years agolibwinpr-utils: start new BitStream util
Marc-André Moreau [Tue, 4 Mar 2014 23:15:03 +0000 (18:15 -0500)]
libwinpr-utils: start new BitStream util

10 years agoMerge branch 'master' of github.com:awakecoding/FreeRDP into mppc
Marc-André Moreau [Tue, 4 Mar 2014 19:26:27 +0000 (14:26 -0500)]
Merge branch 'master' of github.com:awakecoding/FreeRDP into mppc

10 years agomfreerdp: add Apple IOKit-based keyboard type detection
Marc-André Moreau [Tue, 4 Mar 2014 19:01:01 +0000 (14:01 -0500)]
mfreerdp: add Apple IOKit-based keyboard type detection

10 years agoImproved Gateway error handling
Dan Bungert [Tue, 4 Mar 2014 16:39:39 +0000 (09:39 -0700)]
Improved Gateway error handling

* General improvements to reduce the case where something bad happens
  and RDP hangs around forever without closing.
* Specific error code improvement for CAP related login rejection.

10 years agowfreerdp: fix screen crash when connecting to XP desktop with some resolution.
Zhang Zhaolong [Tue, 4 Mar 2014 07:35:21 +0000 (15:35 +0800)]
wfreerdp: fix screen crash when connecting to XP desktop with some resolution.

10 years agowfreerdp: disable fullscreen toggle in fix size mode.
Zhang Zhaolong [Tue, 4 Mar 2014 05:50:31 +0000 (13:50 +0800)]
wfreerdp: disable fullscreen toggle in fix size mode.

10 years agowfreerdp: floatbar: minor cleanup.
Zhang Zhaolong [Tue, 4 Mar 2014 05:49:37 +0000 (13:49 +0800)]
wfreerdp: floatbar: minor cleanup.

10 years agowfreerdp: fix export names.
Zhang Zhaolong [Tue, 4 Mar 2014 05:39:22 +0000 (13:39 +0800)]
wfreerdp: fix export names.

10 years agowfreerdp: build fix.
Zhang Zhaolong [Mon, 3 Mar 2014 23:28:31 +0000 (07:28 +0800)]
wfreerdp: build fix.

10 years agolibwinpr-crt: add proper unicode uppercasing
Marc-André Moreau [Tue, 4 Mar 2014 02:26:13 +0000 (21:26 -0500)]
libwinpr-crt: add proper unicode uppercasing

10 years agomfreerdp: apply fixes from mac-audio branch
Marc-André Moreau [Mon, 3 Mar 2014 21:57:43 +0000 (16:57 -0500)]
mfreerdp: apply fixes from mac-audio branch

10 years agolibfreerdp-codec: start new MPPC compressor
Marc-André Moreau [Mon, 3 Mar 2014 21:15:29 +0000 (16:15 -0500)]
libfreerdp-codec: start new MPPC compressor

10 years agoMerge pull request #1709 from bmiklautz/fix/sfreerdp
Marc-André Moreau [Mon, 3 Mar 2014 17:13:37 +0000 (12:13 -0500)]
Merge pull request #1709 from bmiklautz/fix/sfreerdp

sfreerdp: updated to use latest WTSAPI

10 years agosfreerdp: updated to use latest WTSAPI
Bernhard Miklautz [Mon, 3 Mar 2014 17:10:06 +0000 (18:10 +0100)]
sfreerdp: updated to use latest WTSAPI

10 years agolibwinpr-wtsapi: start adding support for dynamically loaded FreeRDS-provided WTSAPI...
Marc-André Moreau [Sat, 1 Mar 2014 05:32:23 +0000 (00:32 -0500)]
libwinpr-wtsapi: start adding support for dynamically loaded FreeRDS-provided WTSAPI implementation

10 years agolibfreerdp-codec: add new freerdp_image_copy function with detailed parameters
Marc-André Moreau [Sat, 1 Mar 2014 02:51:29 +0000 (21:51 -0500)]
libfreerdp-codec: add new freerdp_image_copy function with detailed parameters

10 years agoMerge pull request #1706 from awakecoding/master
Marc-André Moreau [Fri, 28 Feb 2014 22:10:59 +0000 (17:10 -0500)]
Merge pull request #1706 from awakecoding/master

Channel System Refactoring and WTSAPI Convergence

10 years agolibfreerdp-codec: fix typedef redefinitions
Marc-André Moreau [Fri, 28 Feb 2014 21:17:36 +0000 (16:17 -0500)]
libfreerdp-codec: fix typedef redefinitions

10 years agowfreerdp-server: update and fix core functionality
Marc-André Moreau [Fri, 28 Feb 2014 20:27:05 +0000 (15:27 -0500)]
wfreerdp-server: update and fix core functionality

10 years agowinpr: fix calling convention declarations
Marc-André Moreau [Fri, 28 Feb 2014 19:58:50 +0000 (14:58 -0500)]
winpr: fix calling convention declarations

10 years agolibwinpr-wtsapi: fix multiple inconsistencies with original wtsapi headers
Marc-André Moreau [Fri, 28 Feb 2014 19:49:57 +0000 (14:49 -0500)]
libwinpr-wtsapi: fix multiple inconsistencies with original wtsapi headers

10 years agomfreerdp-server: fix after changes to virtual channels
Marc-André Moreau [Fri, 28 Feb 2014 17:47:09 +0000 (12:47 -0500)]
mfreerdp-server: fix after changes to virtual channels

10 years agoMerge branch 'master' of github.com:awakecoding/FreeRDP into channels
Marc-André Moreau [Fri, 28 Feb 2014 17:22:23 +0000 (12:22 -0500)]
Merge branch 'master' of github.com:awakecoding/FreeRDP into channels

10 years agowinpr: fix conflict with SAL on OS X
Marc-André Moreau [Fri, 28 Feb 2014 17:22:12 +0000 (12:22 -0500)]
winpr: fix conflict with SAL on OS X

10 years agofreerdp: remove rdpChannel definition in favor of CHANNEL_DEF
Marc-André Moreau [Fri, 28 Feb 2014 17:07:22 +0000 (12:07 -0500)]
freerdp: remove rdpChannel definition in favor of CHANNEL_DEF

10 years agolibwinpr-file: fix improper status code in overlapped i/o
Marc-André Moreau [Fri, 28 Feb 2014 16:24:44 +0000 (11:24 -0500)]
libwinpr-file: fix improper status code in overlapped i/o

10 years agoMerge branch 'master' of github.com:awakecoding/FreeRDP into channels
Marc-André Moreau [Thu, 27 Feb 2014 21:55:24 +0000 (16:55 -0500)]
Merge branch 'master' of github.com:awakecoding/FreeRDP into channels

10 years agoxfreerdp: disable auto-reconnect by default, add command-line option
Marc-André Moreau [Thu, 27 Feb 2014 21:55:07 +0000 (16:55 -0500)]
xfreerdp: disable auto-reconnect by default, add command-line option

10 years agoMerge branch 'master' of github.com:awakecoding/FreeRDP into channels
Marc-André Moreau [Thu, 27 Feb 2014 20:09:06 +0000 (15:09 -0500)]
Merge branch 'master' of github.com:awakecoding/FreeRDP into channels

10 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Thu, 27 Feb 2014 18:58:29 +0000 (13:58 -0500)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

10 years agoMerge pull request #1704 from dbungert/rail
Marc-André Moreau [Thu, 27 Feb 2014 18:52:53 +0000 (13:52 -0500)]
Merge pull request #1704 from dbungert/rail

xfreerdp: Fix disappearing rail windows.