FreeRDP
|
#import "AppDelegate.h"
#import <mfreerdp.h>
#import <mf_client.h>
#import <MRDPView.h>
#import <winpr/assert.h>
#import <freerdp/client/cmdline.h>
Functions | |
void | AppDelegate_ConnectionResultEventHandler (void *context, const ConnectionResultEventArgs *e) |
void | AppDelegate_ErrorInfoEventHandler (void *ctx, const ErrorInfoEventArgs *e) |
void | AppDelegate_EmbedWindowEventHandler (void *context, const EmbedWindowEventArgs *e) |
void | AppDelegate_ResizeWindowEventHandler (void *context, const ResizeWindowEventArgs *e) |
void | mac_set_view_size (rdpContext *context, MRDPView *view) |
Variables | |
static AppDelegate * | _singleDelegate = nil |
void AppDelegate_ConnectionResultEventHandler | ( | void * | ctx, |
const ConnectionResultEventArgs * | e | ||
) |
On connection error, display message and quit application
void AppDelegate_EmbedWindowEventHandler | ( | void * | context, |
const EmbedWindowEventArgs * | e | ||
) |
void AppDelegate_ErrorInfoEventHandler | ( | void * | ctx, |
const ErrorInfoEventArgs * | e | ||
) |
void AppDelegate_ResizeWindowEventHandler | ( | void * | context, |
const ResizeWindowEventArgs * | e | ||
) |
void mac_set_view_size | ( | rdpContext * | context, |
MRDPView * | view | ||
) |
|
static |