FreeRDP
Loading...
Searching...
No Matches
xf_monitor.h
1
20#ifndef FREERDP_CLIENT_X11_MONITOR_H
21#define FREERDP_CLIENT_X11_MONITOR_H
22
23#include <freerdp/api.h>
24#include <freerdp/freerdp.h>
25#include <freerdp/types.h>
26
27#include "xf_types.h"
28
29FREERDP_API int xf_list_monitors(xfContext* xfc);
30FREERDP_API BOOL xf_detect_monitors(xfContext* xfc, UINT32* pWidth, UINT32* pHeight);
31FREERDP_API void xf_monitors_free(xfContext* xfc);
32
33#endif /* FREERDP_CLIENT_X11_MONITOR_H */