Linux Kernel
3.7.1
|
#include <vmwgfx_drm.h>
Data Fields | |
uint32_t | flags |
uint32_t | crtc_id |
int32_t | xpos |
int32_t | ypos |
int32_t | xhot |
int32_t | yhot |
struct drm_vmw_cursor_bypass_arg
: Flags. : Crtc id, only used if DMR_CURSOR_BYPASS_ALL isn't passed. : X position of cursor. : Y position of cursor. : X hotspot. : Y hotspot.
Argument to the DRM_VMW_CURSOR_BYPASS Ioctl.
Definition at line 493 of file vmwgfx_drm.h.
uint32_t crtc_id |
Definition at line 495 of file vmwgfx_drm.h.
uint32_t flags |
Definition at line 494 of file vmwgfx_drm.h.
int32_t xhot |
Definition at line 498 of file vmwgfx_drm.h.
int32_t xpos |
Definition at line 496 of file vmwgfx_drm.h.
int32_t yhot |
Definition at line 499 of file vmwgfx_drm.h.
int32_t ypos |
Definition at line 497 of file vmwgfx_drm.h.