mirror of https://github.com/FreeRDP/FreeRDP
[client,mac] Enable secure restorable state
This commit is contained in:
parent
d219ed7179
commit
61d3f1f201
|
@ -115,6 +115,11 @@ void mac_set_view_size(rdpContext *context, MRDPView *view);
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (BOOL)applicationSupportsSecureRestorableState:(NSApplication *)app
|
||||||
|
{
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
|
|
||||||
- (int)ParseCommandLineArguments
|
- (int)ParseCommandLineArguments
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Reference in New Issue