VirtualBox

Changeset 30440 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 24, 2010 6:51:20 PM (15 years ago)
Author:
vboxsync
Message:

crOpenGL: wddm friendly windows info tracking + more consistent updates (disabled except windows yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h

    r28800 r30440  
    4343#define SHCRGL_GUEST_FN_WRITE_READ  (4)
    4444#define SHCRGL_GUEST_FN_SET_VERSION (6)
     45#define SHCRGL_GUEST_FN_INJECT      (9)
    4546
    4647/* Parameters count */
     
    5354#define SHCRGL_CPARMS_SET_VERSION (2)
    5455#define SHCRGL_CPARMS_SCREEN_CHANGED (1)
     56#define SHCRGL_CPARMS_INJECT (2)
    5557
    5658/**
     
    125127} CRVBOXHGCMSETVERSION;
    126128
     129/** GUEST_FN_INJECT Parameters structure. */
     130typedef struct
     131{
     132    VBoxGuestHGCMCallInfo   hdr;
     133
     134    /** 32bit, in
     135     *  ClientID to inject commands buffer for
     136     */
     137    HGCMFunctionParameter   u32ClientID;
     138    /** pointer, in
     139     *  Data buffer
     140     */
     141    HGCMFunctionParameter   pBuffer;
     142} CRVBOXHGCMINJECT;
     143
    127144#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette