mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
libfreerdp-core: enable allow skip alpha
This commit is contained in:
@@ -243,13 +243,13 @@ void rdp_read_bitmap_capability_set(STREAM* s, uint16 length, rdpSettings* setti
|
||||
void rdp_write_bitmap_capability_set(STREAM* s, rdpSettings* settings)
|
||||
{
|
||||
uint8* header;
|
||||
uint8 drawingFlags;
|
||||
uint8 drawingFlags = 0;
|
||||
uint16 desktopResizeFlag;
|
||||
uint16 preferredBitsPerPixel;
|
||||
|
||||
header = rdp_capability_set_start(s);
|
||||
|
||||
drawingFlags = 0;
|
||||
drawingFlags |= DRAW_ALLOW_SKIP_ALPHA;
|
||||
|
||||
if (settings->rdp_version > 5)
|
||||
preferredBitsPerPixel = settings->color_depth;
|
||||
|
||||
1
third-party/VM-GuestHost-Services
vendored
Submodule
1
third-party/VM-GuestHost-Services
vendored
Submodule
Submodule third-party/VM-GuestHost-Services added at 404b357c5b
Reference in New Issue
Block a user