Changeset 41404 in vbox for trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h
- Timestamp:
- May 22, 2012 4:41:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h
r41380 r41404 169 169 170 170 typedef struct { 171 int32_t x, y; 172 uint32_t w, h; 173 } CRScreenViewportInfo; 174 175 176 typedef struct { 171 177 unsigned short tcpip_port; 172 178 173 179 CRScreenInfo screen[CR_MAX_GUEST_MONITORS]; 180 CRScreenViewportInfo screenVieport[CR_MAX_GUEST_MONITORS]; 174 181 int screenCount; 175 182 … … 312 319 extern DECLEXPORT(int32_t) crVBoxServerOutputRedirectSet(const CROutputRedirect *pCallbacks); 313 320 321 extern DECLEXPORT(int32_t) crVBoxServerSetScreenViewport(int sIndex, int32_t x, int32_t y, uint32_t w, uint32_t h); 322 314 323 #ifdef VBOX_WITH_CRHGSMI 315 324 /* 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.