FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
xf_gfx.h
1
22
#ifndef FREERDP_CLIENT_X11_GFX_H
23
#define FREERDP_CLIENT_X11_GFX_H
24
25
#include "xf_client.h"
26
#include "xfreerdp.h"
27
28
#include <freerdp/gdi/gfx.h>
29
30
struct
xf_gfx_surface
31
{
32
gdiGfxSurface gdi;
33
BYTE* stage;
34
UINT32 stageScanline;
35
XImage* image;
36
};
30
struct
xf_gfx_surface
{
…
};
37
typedef
struct
xf_gfx_surface
xfGfxSurface;
38
39
UINT xf_OutputExpose(xfContext* xfc, UINT32 x, UINT32 y, UINT32 width, UINT32 height);
40
41
void
xf_graphics_pipeline_init(xfContext* xfc, RdpgfxClientContext* gfx);
42
43
void
xf_graphics_pipeline_uninit(xfContext* xfc, RdpgfxClientContext* gfx);
44
45
#endif
/* FREERDP_CLIENT_X11_GFX_H */
xf_gfx_surface
Definition
xf_gfx.h:31
client
X11
xf_gfx.h
Generated by
1.9.8