add missing file
This commit is contained in:
parent
4b168bbbef
commit
205c4b09ef
14
qxldod/include/qxl_windows.h
Executable file
14
qxldod/include/qxl_windows.h
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
#ifndef _H_QXL_WINDOWS
|
||||||
|
#define _H_QXL_WINDOWS
|
||||||
|
|
||||||
|
enum {
|
||||||
|
QXL_ESCAPE_SET_CUSTOM_DISPLAY = 0x10001,
|
||||||
|
};
|
||||||
|
|
||||||
|
typedef struct QXLEscapeSetCustomDisplay {
|
||||||
|
uint32_t xres;
|
||||||
|
uint32_t yres;
|
||||||
|
uint32_t bpp;
|
||||||
|
} QXLEscapeSetCustomDisplay;
|
||||||
|
|
||||||
|
#endif /* _H_QXL_WINDOWS */
|
Loading…
Reference in New Issue
Block a user