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 */
27
typedef
struct
xf_context
xfContext;
28
29
typedef
struct
30
{
31
RECTANGLE_16
area;
32
RECTANGLE_16
workarea;
33
BOOL primary;
34
} MONITOR_INFO;
35
36
typedef
struct
37
{
38
UINT32 nmonitors;
39
RECTANGLE_16
area;
40
RECTANGLE_16
workarea;
41
MONITOR_INFO* monitors;
42
} VIRTUAL_SCREEN;
RECTANGLE_16
Definition
types.h:109
xf_context
Definition
xfreerdp.h:143
client
X11
xf_types.h
Generated by
1.9.8