Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
drm_vmw_cursor_bypass_arg Struct Reference

#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
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: