mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Replaced direct settings access with getter/setter
This commit is contained in:
@@ -177,7 +177,7 @@ static BOOL android_desktop_resize(rdpContext* context)
|
||||
|
||||
freerdp_callback("OnGraphicsResize", "(JIII)V", (jlong)context->instance,
|
||||
context->settings->DesktopWidth, context->settings->DesktopHeight,
|
||||
context->freerdp_settings_get_uint32(settings, FreeRDP_ColorDepth));
|
||||
freerdp_settings_get_uint32(context->settings, FreeRDP_ColorDepth));
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user