VirtualBox

Ignore:
Timestamp:
May 22, 2012 4:41:38 PM (13 years ago)
Author:
vboxsync
Message:

crOpenGL: VM window scroll handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h

    r41380 r41404  
    169169
    170170typedef struct {
     171    int32_t    x, y;
     172    uint32_t   w, h;
     173} CRScreenViewportInfo;
     174
     175
     176typedef struct {
    171177    unsigned short tcpip_port;
    172178
    173179    CRScreenInfo screen[CR_MAX_GUEST_MONITORS];
     180    CRScreenViewportInfo screenVieport[CR_MAX_GUEST_MONITORS];
    174181    int          screenCount;
    175182
     
    312319extern DECLEXPORT(int32_t) crVBoxServerOutputRedirectSet(const CROutputRedirect *pCallbacks);
    313320
     321extern DECLEXPORT(int32_t) crVBoxServerSetScreenViewport(int sIndex, int32_t x, int32_t y, uint32_t w, uint32_t h);
     322
    314323#ifdef VBOX_WITH_CRHGSMI
    315324/* We moved all CrHgsmi command processing to crserverlib to keep the logic of dealing with CrHgsmi commands in one place.
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