platform/upstream/freerdp.git
7 years agoFixed function argument types. #3683
Armin Novak [Tue, 10 Jan 2017 08:17:14 +0000 (09:17 +0100)]
Fixed function argument types. #3683

7 years agoMerge pull request #3680 from akallabeth/patblt_fix
Bernhard Miklautz [Mon, 9 Jan 2017 16:02:49 +0000 (17:02 +0100)]
Merge pull request #3680 from akallabeth/patblt_fix

Fixed patblt for mono color. #3678

7 years agoMerge pull request #3662 from akallabeth/session_detach_support
Martin Fleisz [Mon, 9 Jan 2017 15:58:57 +0000 (16:58 +0100)]
Merge pull request #3662 from akallabeth/session_detach_support

Session detach support

7 years agoFixed software GDI line to pen color.
Armin Novak [Mon, 9 Jan 2017 15:35:34 +0000 (16:35 +0100)]
Fixed software GDI line to pen color.

7 years agoFixed patblt for mono color. #3678
Armin Novak [Mon, 9 Jan 2017 14:23:10 +0000 (15:23 +0100)]
Fixed patblt for mono color. #3678

7 years agoMerge pull request #3679 from akallabeth/auto_reconnect_infinite
Martin Fleisz [Mon, 9 Jan 2017 13:20:11 +0000 (14:20 +0100)]
Merge pull request #3679 from akallabeth/auto_reconnect_infinite

AutoReconnect support unlimited retries.

7 years agoAutoReconnect support unlimited retries.
Armin Novak [Mon, 9 Jan 2017 11:34:09 +0000 (12:34 +0100)]
AutoReconnect support unlimited retries.

7 years agoMerge pull request #3677 from alex7ce/master
Bernhard Miklautz [Mon, 9 Jan 2017 09:56:35 +0000 (10:56 +0100)]
Merge pull request #3677 from alex7ce/master

Added missing pointer.SetPosition to corrected crash

7 years agoDeclared pointer.SetPosition to corrected crash if mouse pointer position changed...
Alexander [Fri, 6 Jan 2017 12:27:23 +0000 (14:27 +0200)]
Declared pointer.SetPosition to corrected crash if mouse pointer position changed programmatically

7 years agoMerge pull request #3668 from bmiklautz/channel_ex
Norbert Federa [Wed, 28 Dec 2016 11:45:52 +0000 (12:45 +0100)]
Merge pull request #3668 from bmiklautz/channel_ex

Improve and fix extended channel handling

7 years agoUse common handle ids for all channels
Bernhard Miklautz [Wed, 28 Dec 2016 11:05:01 +0000 (12:05 +0100)]
Use common handle ids for all channels

Channels with regular and extended interface need to live in the same
handle name space otherwise they can't be uniquely identified in the
global channel manager.

7 years agoAdd "Ex" interface support for external channels
Armin Novak [Wed, 28 Dec 2016 10:21:14 +0000 (11:21 +0100)]
Add "Ex" interface support for external channels

Support the VirtualChannelEntryEx interface also for channels that are
not static (as in compiled in).

7 years agoAdded detach support for microphone
Armin Novak [Mon, 19 Dec 2016 16:13:25 +0000 (17:13 +0100)]
Added detach support for microphone

7 years agoAdded attach/detach support for channels.
Armin Novak [Mon, 19 Dec 2016 16:07:01 +0000 (17:07 +0100)]
Added attach/detach support for channels.

7 years agoMerge pull request #3657 from akallabeth/auto_reconnect_max_retry_support
Martin Fleisz [Mon, 19 Dec 2016 12:14:30 +0000 (13:14 +0100)]
Merge pull request #3657 from akallabeth/auto_reconnect_max_retry_support

New argument /auto-reconnect-max-retries:<retries>

7 years agoMerge pull request #3660 from nfedera/fix_profiler_print_format_specifier
Martin Fleisz [Mon, 19 Dec 2016 09:50:09 +0000 (10:50 +0100)]
Merge pull request #3660 from nfedera/fix_profiler_print_format_specifier

fix format specifier in profiler_print

7 years agoMerge pull request #3658 from xhaakon/master
Bernhard Miklautz [Mon, 19 Dec 2016 09:22:30 +0000 (10:22 +0100)]
Merge pull request #3658 from xhaakon/master

Fix -Wundef with GCC 6.2.1 in wtypes.h

7 years agofix format specifier in profiler_print
Norbert Federa [Mon, 19 Dec 2016 09:01:18 +0000 (10:01 +0100)]
fix format specifier in profiler_print

7 years agoSanity check for auto reconnect retries.
Armin Novak [Mon, 19 Dec 2016 08:17:08 +0000 (09:17 +0100)]
Sanity check for auto reconnect retries.

7 years agoMerge branch 'master' into master
Norbert Federa [Mon, 19 Dec 2016 07:50:16 +0000 (08:50 +0100)]
Merge branch 'master' into master

7 years agoMerge pull request #3655 from nfedera/fix-wtypes-and-formatstrings
Norbert Federa [Mon, 19 Dec 2016 07:46:25 +0000 (08:46 +0100)]
Merge pull request #3655 from nfedera/fix-wtypes-and-formatstrings

Fix wtypes and format strings

7 years agoctest for int format specifiers and usage doc
Norbert Federa [Fri, 16 Dec 2016 12:38:43 +0000 (13:38 +0100)]
ctest for int format specifiers and usage doc

7 years agofix string format specifiers
Norbert Federa [Tue, 13 Dec 2016 21:47:08 +0000 (22:47 +0100)]
fix string format specifiers

- fixed invalid, missing or additional arguments
- removed all type casts from arguments
- added missing (void*) typecasts for %p arguments
- use inttypes defines where appropriate

7 years agorewrite of wtypes.h
Norbert Federa [Tue, 13 Dec 2016 21:41:46 +0000 (22:41 +0100)]
rewrite of wtypes.h

7 years agoFix -Wundef with GCC 6.2.1 in wtypes.h
Jakub Adam [Fri, 16 Dec 2016 11:15:53 +0000 (12:15 +0100)]
Fix -Wundef with GCC 6.2.1 in wtypes.h

Undefined preprocessor macro in wtypes.h produces:

  warning: "__ILP64__" is not defined [-Wundef]

This causes unnecessary hassle to people who compile their FreeRDP-based
applications with -Werror.

7 years agoNew argument /auto-reconnect-max-retries:<retries>
Armin Novak [Fri, 16 Dec 2016 11:56:17 +0000 (12:56 +0100)]
New argument /auto-reconnect-max-retries:<retries>

7 years agoMerge pull request #3648 from akallabeth/clear_codec_fixed
Martin Fleisz [Thu, 15 Dec 2016 15:02:05 +0000 (16:02 +0100)]
Merge pull request #3648 from akallabeth/clear_codec_fixed

Clear Codec and AVC420 fixes

7 years agoMerge pull request #3653 from mfleisz/cmake_fix
akallabeth [Thu, 15 Dec 2016 12:01:50 +0000 (13:01 +0100)]
Merge pull request #3653 from mfleisz/cmake_fix

cmake: Fix wrong pdb name

7 years agoMerge pull request #3654 from akallabeth/auto_reconnect_fix
Martin Fleisz [Thu, 15 Dec 2016 11:28:50 +0000 (12:28 +0100)]
Merge pull request #3654 from akallabeth/auto_reconnect_fix

Fixed +auto-reconnect (#3650)

7 years agoFixed +auto-reconnect (#3650)
Armin Novak [Thu, 15 Dec 2016 11:09:05 +0000 (12:09 +0100)]
Fixed +auto-reconnect (#3650)

7 years agorfx: fix possible segfault in error case
Bernhard Miklautz [Tue, 13 Dec 2016 14:36:05 +0000 (15:36 +0100)]
rfx: fix possible segfault in error case

7 years agocmake: Query OUTPUT_NAME property for pdb name
Martin Fleisz [Tue, 13 Dec 2016 08:38:02 +0000 (09:38 +0100)]
cmake: Query OUTPUT_NAME property for pdb name

7 years agoClear codec internal format: keep API compatible
Armin Novak [Mon, 12 Dec 2016 16:04:41 +0000 (17:04 +0100)]
Clear codec internal format: keep API compatible

7 years agocmake: Fix wrong pdb name
Martin Fleisz [Mon, 12 Dec 2016 12:12:41 +0000 (13:12 +0100)]
cmake: Fix wrong pdb name

7 years agoProvide clear codec intermediate format.
Armin Novak [Wed, 7 Dec 2016 12:47:56 +0000 (13:47 +0100)]
Provide clear codec intermediate format.

7 years agoFixed clear codec glyph cache.
Armin Novak [Wed, 7 Dec 2016 11:49:04 +0000 (12:49 +0100)]
Fixed clear codec glyph cache.

7 years agoRespecting color depth with RDP_CODEC_ID_NONE.
Armin Novak [Wed, 7 Dec 2016 10:26:42 +0000 (11:26 +0100)]
Respecting color depth with RDP_CODEC_ID_NONE.

7 years agoUsing a single codec context per session.
Armin Novak [Tue, 6 Dec 2016 15:44:00 +0000 (16:44 +0100)]
Using a single codec context per session.

7 years agoMerge pull request #3626 from akallabeth/primitives_speedup
Bernhard Miklautz [Tue, 6 Dec 2016 13:34:35 +0000 (14:34 +0100)]
Merge pull request #3626 from akallabeth/primitives_speedup

Added optimized pixel write functions for colors.

7 years agoMerge pull request #3643 from mfleisz/misc_fixes
akallabeth [Tue, 6 Dec 2016 09:42:42 +0000 (10:42 +0100)]
Merge pull request #3643 from mfleisz/misc_fixes

Misc fixes

7 years agoclient/win: Too many params in function call
Martin Fleisz [Mon, 5 Dec 2016 12:47:19 +0000 (13:47 +0100)]
client/win: Too many params in function call

7 years agocodec: Fix broken return values
Martin Fleisz [Mon, 5 Dec 2016 12:44:08 +0000 (13:44 +0100)]
codec: Fix broken return values

7 years agocodec: Minor code cleanup
Martin Fleisz [Mon, 5 Dec 2016 12:43:45 +0000 (13:43 +0100)]
codec: Minor code cleanup

7 years agoMerge pull request #3640 from awakecoding/uwp_fix
Marc-André Moreau [Fri, 2 Dec 2016 21:54:06 +0000 (16:54 -0500)]
Merge pull request #3640 from awakecoding/uwp_fix

UWP portability fixes

7 years agowinpr: fix UWP portability
Marc-André Moreau [Fri, 2 Dec 2016 18:18:55 +0000 (13:18 -0500)]
winpr: fix UWP portability

7 years agoMerge pull request #3635 from akallabeth/android_build_update
Bernhard Miklautz [Fri, 2 Dec 2016 11:25:07 +0000 (12:25 +0100)]
Merge pull request #3635 from akallabeth/android_build_update

Updated build tools and readme for android.

7 years agoEnsure securityFlags are always initialized.
Armin Novak [Fri, 2 Dec 2016 09:46:43 +0000 (10:46 +0100)]
Ensure securityFlags are always initialized.

7 years agoFixed format specifier mismatch.
Armin Novak [Fri, 2 Dec 2016 09:15:17 +0000 (10:15 +0100)]
Fixed format specifier mismatch.

7 years agoAdded 64bit support to API.
Armin Novak [Fri, 2 Dec 2016 09:12:26 +0000 (10:12 +0100)]
Added 64bit support to API.

7 years agoUpdated build tools and readme for android.
Armin Novak [Thu, 1 Dec 2016 09:51:27 +0000 (10:51 +0100)]
Updated build tools and readme for android.

7 years agoMerge pull request #3638 from mfleisz/comp_fixes
Bernhard Miklautz [Fri, 2 Dec 2016 10:30:55 +0000 (11:30 +0100)]
Merge pull request #3638 from mfleisz/comp_fixes

codec: Fix compiler errors

7 years agocodec: Fix compiler errors
Martin Fleisz [Fri, 2 Dec 2016 10:13:20 +0000 (11:13 +0100)]
codec: Fix compiler errors

7 years agoMerge pull request #3580 from akallabeth/clear_logging
Bernhard Miklautz [Fri, 2 Dec 2016 09:31:22 +0000 (10:31 +0100)]
Merge pull request #3580 from akallabeth/clear_logging

Extensive debug messages for clear_decompress.

7 years agoExtensive debug messages for clear_decompress.
Armin Novak [Thu, 20 Oct 2016 09:09:37 +0000 (11:09 +0200)]
Extensive debug messages for clear_decompress.

7 years agoMerge pull request #3637 from mfleisz/rfx_api_simplify
akallabeth [Fri, 2 Dec 2016 08:38:33 +0000 (09:38 +0100)]
Merge pull request #3637 from mfleisz/rfx_api_simplify

codec: Remove src format parameter from rfx_process_message

7 years agoMerge pull request #3636 from bmiklautz/fixes20161201
akallabeth [Fri, 2 Dec 2016 08:04:48 +0000 (09:04 +0100)]
Merge pull request #3636 from bmiklautz/fixes20161201

Misc fixes

7 years agocodec: Remove src format parameter from rfx_process_message
Martin Fleisz [Thu, 1 Dec 2016 16:21:06 +0000 (17:21 +0100)]
codec: Remove src format parameter from rfx_process_message
This parameter is not required. Default param is BGRX32
and if an other format is required rfx_codec_set_pixel_format
can be used.

7 years agoFixed unused and uninitialized warnings.
Armin Novak [Thu, 1 Dec 2016 10:50:01 +0000 (11:50 +0100)]
Fixed unused and uninitialized warnings.

7 years agoFix compiler warning
Bernhard Miklautz [Thu, 1 Dec 2016 10:40:38 +0000 (11:40 +0100)]
Fix compiler warning

FreeRDP/client/common/client.c: In function ‘freerdp_client_context_new’:
FreeRDP/client/common/client.c:86:38: warning: passing argument 1 of ‘freerdp_register_addin_provider’ from incompatible pointer type
  if (freerdp_register_addin_provider(freerdp_channels_load_static_addin_entry,
FreeRDP/include/freerdp/addin.h:60:17: note: expected ‘FREERDP_LOAD_CHANNEL_ADDIN_ENTRY_FN’ but argument is of type ‘void * (*)(const CHAR *, CHAR *, CHAR *, DWORD)’
 FREERDP_API int freerdp_register_addin_provider(
In file included from FreeRDP/client/common/compatibility.c:27:0:
FreeRDP/include/freerdp/addin.h:60:17: note: expected ‘FREERDP_LOAD_CHANNEL_ADDIN_ENTRY_FN’ but argument is of type ‘void * (*)(const CHAR *, CHAR *, CHAR *, DWORD)’
 FREERDP_API int freerdp_register_addin_provider(

gcc (Debian 4.9.2-10) 4.9.2

7 years agoFix some spelling errors
Bernhard Miklautz [Thu, 1 Dec 2016 10:15:11 +0000 (11:15 +0100)]
Fix some spelling errors

Fixes #3633

7 years agoFix issues in wlog man page
Bernhard Miklautz [Thu, 1 Dec 2016 10:10:58 +0000 (11:10 +0100)]
Fix issues in wlog man page

* fix spelling errors
* move man page from section 1 to section 7
* fix the man page header to match the actual section
* adapt the packages for wlog.7

Fixes #3632

7 years agoMerge pull request #3629 from nfedera/fix-wlog-format-and-arguments
MartinHaimberger [Mon, 28 Nov 2016 09:01:15 +0000 (10:01 +0100)]
Merge pull request #3629 from nfedera/fix-wlog-format-and-arguments

countless WLog/printf format specifier fixes

7 years agoAdded optimized pixel write functions for colors.
Armin Novak [Fri, 25 Nov 2016 11:00:41 +0000 (12:00 +0100)]
Added optimized pixel write functions for colors.

7 years agocountless WLog/printf format specifier fixes
Norbert Federa [Fri, 25 Nov 2016 11:40:11 +0000 (12:40 +0100)]
countless WLog/printf format specifier fixes

7 years agoMerge pull request #3613 from mfleisz/rlgr_api_revamp
akallabeth [Fri, 25 Nov 2016 12:44:23 +0000 (13:44 +0100)]
Merge pull request #3613 from mfleisz/rlgr_api_revamp

codec: Revamp of rfx rlgr API

7 years agoMerge pull request #3623 from akallabeth/mouse_wheel_event_check
Martin Fleisz [Fri, 25 Nov 2016 12:41:07 +0000 (13:41 +0100)]
Merge pull request #3623 from akallabeth/mouse_wheel_event_check

Check hwheel capability before sending mouse event.

7 years agoMerge pull request #3625 from mfleisz/hash_comp_fix
Bernhard Miklautz [Fri, 25 Nov 2016 11:06:52 +0000 (12:06 +0100)]
Merge pull request #3625 from mfleisz/hash_comp_fix

winpr: Fix compile error after #3615

7 years agowinpr: Fix compile error after #3615
Martin Fleisz [Fri, 25 Nov 2016 10:50:28 +0000 (11:50 +0100)]
winpr: Fix compile error after #3615

7 years agoMerge pull request #3614 from mfleisz/warning_fixes
Bernhard Miklautz [Fri, 25 Nov 2016 10:49:16 +0000 (11:49 +0100)]
Merge pull request #3614 from mfleisz/warning_fixes

codec: Fix some warnings on VC2010 (and probably others too)

7 years agoMerge pull request #3624 from mfleisz/comp_fix
akallabeth [Fri, 25 Nov 2016 10:12:10 +0000 (11:12 +0100)]
Merge pull request #3624 from mfleisz/comp_fix

primitives: Fix compiler error

7 years agoMerge pull request #3615 from nfedera/openssl_1.1.0
akallabeth [Fri, 25 Nov 2016 10:07:58 +0000 (11:07 +0100)]
Merge pull request #3615 from nfedera/openssl_1.1.0

Support for OpenSSL 1.1.0

7 years agoprimitives: Fix compiler error
Martin Fleisz [Fri, 25 Nov 2016 09:47:00 +0000 (10:47 +0100)]
primitives: Fix compiler error

7 years agodisable ERR_remove_thread_state if not required
Norbert Federa [Fri, 25 Nov 2016 09:39:20 +0000 (10:39 +0100)]
disable ERR_remove_thread_state if not required

7 years agoMerge pull request #3619 from akallabeth/image_copy_ignore_alpha
Martin Fleisz [Fri, 25 Nov 2016 09:38:56 +0000 (10:38 +0100)]
Merge pull request #3619 from akallabeth/image_copy_ignore_alpha

Ignore alpha channel in freerdp_image_copy

7 years agoMerge pull request #3618 from akallabeth/x11_scanline_full_fix
Martin Fleisz [Fri, 25 Nov 2016 09:21:26 +0000 (10:21 +0100)]
Merge pull request #3618 from akallabeth/x11_scanline_full_fix

Unified X11 scanline calculation

7 years agowinpr/crypt api changes and memory leak fixes
Norbert Federa [Thu, 24 Nov 2016 13:53:19 +0000 (14:53 +0100)]
winpr/crypt api changes and memory leak fixes

- winpr_HMAC_New() now just returnes the opaque WINPR_HMAC_CTX* pointer
  which has to be passed to winpr_HMAC_Init() for (re)initialization
  and since winpr_HMAC_Final() no more frees the context you always have to
  use the new function winpr_HMAC_Free() once winpr_HMAC_New() has succeded

- winpr_Digest_New() now just returns the opaque WINPR_DIGEST_CTX* pointer
  which has to be passed to winpr_Digest_Init() for (re)initialization
  and since winpr_Digest_Final() no more frees the context you always have to
  use the new function winpr_Digest_Free() once winpr_Digest_New() has succeded

7 years agoSupport for OpenSSL 1.1.0
Norbert Federa [Mon, 21 Nov 2016 16:28:54 +0000 (17:28 +0100)]
Support for OpenSSL 1.1.0

7 years agoMerge pull request #3591 from akallabeth/android_load_library_workaround
Martin Fleisz [Thu, 24 Nov 2016 14:45:23 +0000 (15:45 +0100)]
Merge pull request #3591 from akallabeth/android_load_library_workaround

Fixed library loader paths for android

7 years agoFixed addin loader, prefer system library paths.
Armin Novak [Thu, 10 Nov 2016 09:18:55 +0000 (10:18 +0100)]
Fixed addin loader, prefer system library paths.

7 years agoCheck hwheel capability before sending mouse event.
Armin Novak [Thu, 24 Nov 2016 12:18:41 +0000 (13:18 +0100)]
Check hwheel capability before sending mouse event.

7 years agoMerge pull request #3563 from akallabeth/android_update
Martin Fleisz [Thu, 24 Nov 2016 11:59:30 +0000 (12:59 +0100)]
Merge pull request #3563 from akallabeth/android_update

Android fix warnings, visibility and formatting

7 years agoMerge pull request #3621 from akallabeth/optimized_tests
Bernhard Miklautz [Thu, 24 Nov 2016 11:09:35 +0000 (12:09 +0100)]
Merge pull request #3621 from akallabeth/optimized_tests

Reduced number of test runs. Fixes #3617.

7 years agoMerge pull request #3620 from mfleisz/wtsapi_fix
Bernhard Miklautz [Thu, 24 Nov 2016 10:58:01 +0000 (11:58 +0100)]
Merge pull request #3620 from mfleisz/wtsapi_fix

wtsapi: Fix issue with setting custom API table

7 years agoReduced number of test runs. Fixes 3617.
Armin Novak [Thu, 24 Nov 2016 09:50:16 +0000 (10:50 +0100)]
Reduced number of test runs. Fixes 3617.

7 years agoAdded optimized write functions.
Armin Novak [Thu, 24 Nov 2016 09:37:21 +0000 (10:37 +0100)]
Added optimized write functions.

7 years agoAdded optimized write functions.
Armin Novak [Thu, 24 Nov 2016 09:36:57 +0000 (10:36 +0100)]
Added optimized write functions.

7 years agowtsapi: Fix issue with setting custom API table
Martin Fleisz [Thu, 24 Nov 2016 09:35:36 +0000 (10:35 +0100)]
wtsapi: Fix issue with setting custom API table

7 years agoMoved format size calculation out of loop.
Armin Novak [Thu, 24 Nov 2016 09:01:45 +0000 (10:01 +0100)]
Moved format size calculation out of loop.

7 years agoMerge pull request #3610 from FreeRDP/mh-channels-new-api
akallabeth [Thu, 24 Nov 2016 08:42:30 +0000 (09:42 +0100)]
Merge pull request #3610 from FreeRDP/mh-channels-new-api

Channels - use new VirtualChannelEx api

7 years agoIgnore alpha channel in freerdp_image_copy
Armin Novak [Thu, 24 Nov 2016 08:27:19 +0000 (09:27 +0100)]
Ignore alpha channel in freerdp_image_copy

When copying image data consider formats that only differ on use
of alpha data equal. This allows using the optimized copy routine
instead of the slower color conversion routine. Fixes #3616

7 years agoUnified scanline padding function.
Armin Novak [Thu, 24 Nov 2016 08:02:06 +0000 (09:02 +0100)]
Unified scanline padding function.

7 years agoMerge pull request #3612 from akallabeth/align_fix
Norbert Federa [Wed, 23 Nov 2016 16:57:47 +0000 (17:57 +0100)]
Merge pull request #3612 from akallabeth/align_fix

Fixed broken scanline alignment.

7 years agocodec: Fix some warnings on VC2010 (and probably others too)
Martin Fleisz [Wed, 23 Nov 2016 16:11:05 +0000 (17:11 +0100)]
codec: Fix some warnings on VC2010 (and probably others too)

7 years agoMerge pull request #3603 from realjiangms/fix_shadow_resize
Martin Fleisz [Wed, 23 Nov 2016 14:47:32 +0000 (15:47 +0100)]
Merge pull request #3603 from realjiangms/fix_shadow_resize

X11/client: call gdi resize on hw desktop resize.

7 years agocodec: Use context functions for rfx decoding
Martin Fleisz [Wed, 23 Nov 2016 13:22:42 +0000 (14:22 +0100)]
codec: Use context functions for rfx decoding

7 years agofixed error
Martin Haimberger [Wed, 23 Nov 2016 12:22:03 +0000 (04:22 -0800)]
fixed error

7 years agocodec: Revamp of rfx rlgr API
Martin Fleisz [Wed, 23 Nov 2016 12:21:59 +0000 (13:21 +0100)]
codec: Revamp of rfx rlgr API
This PR contains following changes:
- Give rlgr encode/decode APIs a similar interface
- Make rlgr encode API accessible again
- Make it possible to exchange rlgr functions
- Make use of RLGR1/3 defines instead of 0/1 in decoding

7 years agovirtualChannel: removed static variable usage from
Martin Haimberger [Wed, 23 Nov 2016 12:17:56 +0000 (04:17 -0800)]
virtualChannel: removed static variable usage from

VirtualChannelApi

7 years agoFixed broken scanline alignment.
Armin Novak [Wed, 23 Nov 2016 11:54:20 +0000 (12:54 +0100)]
Fixed broken scanline alignment.

7 years agordpsnd: using new VirtualChannelEx api
Martin Haimberger [Tue, 22 Nov 2016 13:47:20 +0000 (05:47 -0800)]
rdpsnd: using new VirtualChannelEx api