Changeset 94422 in vbox
- Timestamp:
- Mar 31, 2022 9:59:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display.cpp
r94306 r94422 269 269 * @interface_method_impl{VBCLSERVICE,pfnWorker} 270 270 */ 271 static DECLCALLBACK(int) run(bool volatile *) 272 { 271 static DECLCALLBACK(int) run(bool volatile *pfShutdown) 272 { 273 RT_NOREF(pfShutdown); /** @todo Probably very wrong not to check pfShutdown... Especially given no pfnStop implementation. */ 273 274 struct DISPLAYSTATE *pSelf = &g_DisplayState; 274 275
Note:
See TracChangeset
for help on using the changeset viewer.