Changeset 46802 in vbox for trunk/src/VBox/HostServices/SharedOpenGL
- Timestamp:
- Jun 26, 2013 1:06:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h
r46801 r46802 387 387 void crServerInitTmpCtxDispatch(); 388 388 389 int crServerVBoxParseNumerics(const char *pszStr, const int defaultVal); 390 void CrDpEnter(PCR_DISPLAY pDisplay); 391 void CrDpLeave(PCR_DISPLAY pDisplay); 392 389 393 //#define VBOX_WITH_CRSERVER_DUMPER 390 394 #ifdef VBOX_WITH_CRSERVER_DUMPER … … 404 408 void crServerDumpDrawel(const char*pszFormat, ...); 405 409 void crServerDumpDrawelv(GLuint idx, const char*pszElFormat, uint32_t cbEl, const void *pvVal, uint32_t cVal); 406 int crServerVBoxParseNumerics(const char *pszStr, const int defaultVal);407 void CrDpEnter(PCR_DISPLAY pDisplay);408 void CrDpLeave(PCR_DISPLAY pDisplay);409 410 410 411 extern unsigned long g_CrDbgDumpEnabled;
Note:
See TracChangeset
for help on using the changeset viewer.