FreeRDP
Loading...
Searching...
No Matches
xf_types.h
1
21#pragma once
22
23#include <winpr/wtypes.h>
24#include <freerdp/types.h>
25
26/* Forward declarations */
27typedef struct xf_context xfContext;
28
29typedef struct
30{
31 RECTANGLE_16 area;
32 RECTANGLE_16 workarea;
33 BOOL primary;
34} MONITOR_INFO;
35
36typedef struct
37{
38 UINT32 nmonitors;
39 RECTANGLE_16 area;
40 RECTANGLE_16 workarea;
41 MONITOR_INFO* monitors;
42} VIRTUAL_SCREEN;