FreeRDP
Loading...
Searching...
No Matches
android_disp.h
1
20#ifndef FREERDP_CLIENT_ANDROID_DISP_H
21#define FREERDP_CLIENT_ANDROID_DISP_H
22
23#include <freerdp/client/disp.h>
24#include <freerdp/api.h>
25
26#include "android_freerdp.h"
27
28FREERDP_LOCAL BOOL android_disp_init(androidContext* afc, DispClientContext* disp);
29FREERDP_LOCAL BOOL android_disp_uninit(androidContext* afc, DispClientContext* disp);
30FREERDP_LOCAL BOOL android_disp_send_monitor_layout(androidContext* afc, UINT32 width,
31 UINT32 height);
32
33#endif /* FREERDP_CLIENT_ANDROID_DISP_H */