Changeset 52562 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/testcase
- Timestamp:
- Sep 2, 2014 6:28:04 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11.cpp
r50495 r52562 25 25 26 26 static RTSEMEVENT eventSem; 27 28 /** Exit with a fatal error. */ 29 void vbclFatalError(char *pszMessage) 30 { 31 RTPrintf("Fatal error: %s", pszMessage); 32 exit(1); 33 } 27 34 28 35 int VbglR3SeamlessSendRects(uint32_t cRects, PRTRECT pRects)
Note:
See TracChangeset
for help on using the changeset viewer.