VBoxGuest driver and control
This commit is contained in:
17
data/display/structs.inc
Normal file
17
data/display/structs.inc
Normal file
@@ -0,0 +1,17 @@
|
||||
; =============================================================================
|
||||
; 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
|
||||
Reference in New Issue
Block a user