FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
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
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};
38#endif /* RDTK_SURFACE_PRIVATE_H */