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
rdtk_surface.h
1
19
#ifndef RDTK_SURFACE_PRIVATE_H
20
#define RDTK_SURFACE_PRIVATE_H
21
22
#include <stdint.h>
23
#include <stdbool.h>
24
#include <rdtk/rdtk.h>
25
26
#include "rdtk_engine.h"
27
28
struct
rdtk_surface
29
{
30
rdtkEngine* engine;
31
32
uint16_t width;
33
uint16_t height;
34
uint32_t scanline;
35
uint8_t* data;
36
bool
owner;
37
};
28
struct
rdtk_surface
{
…
};
38
#endif
/* RDTK_SURFACE_PRIVATE_H */
rdtk_surface
Definition
rdtk_surface.h:29
rdtk
librdtk
rdtk_surface.h
Generated by
1.9.8