20#ifndef FREERDP_CLIENT_ANDROID_DISP_H
21#define FREERDP_CLIENT_ANDROID_DISP_H
23#include <freerdp/client/disp.h>
24#include <freerdp/api.h>
26#include "android_freerdp.h"
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,