18 lines
537 B
HTML
18 lines
537 B
HTML
; =============================================================================
|
|
; Display Service Structures
|
|
; =============================================================================
|
|
; VMMDEV_GET_DISPLAY_CHANGE_REQUEST2 and DISPLAY_STATE are defined in
|
|
; data/core/structs.inc
|
|
|
|
|
|
struct DISPLAY
|
|
x dd ?
|
|
y dd ?
|
|
width dd ?
|
|
height dd ?
|
|
bits_per_pixel dd ?
|
|
vrefresh dd ?
|
|
pitch dd ?
|
|
lfb dd ?
|
|
ends
|