Changeset 51121 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp
- Timestamp:
- Apr 23, 2014 11:39:21 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93425
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp
r50754 r51121 395 395 396 396 397 staticint crVBoxServerResizeScreen(const struct VBVAINFOSCREEN *pScreen, void *pvVRAM)397 int crVBoxServerResizeScreen(const struct VBVAINFOSCREEN *pScreen, void *pvVRAM) 398 398 { 399 399 int rc; … … 431 431 DECLEXPORT(int) crVBoxServerNotifyResize(const struct VBVAINFOSCREEN *pScreen, void *pvVRAM) 432 432 { 433 if (cr_server.fCrCmdEnabled) 434 { 435 WARN(("crVBoxServerNotifyResize for enabled CrCmd")); 436 return VERR_INVALID_STATE; 437 } 438 433 439 int rc = crVBoxServerResizeScreen(pScreen, pvVRAM); 434 440 if (!RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.