Changeset 86874 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Nov 12, 2020 10:54:39 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141328
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp
r86873 r86874 120 120 * @interface_method_impl{VBCLSERVICE,pfnWorker} 121 121 */ 122 /** @todo Move this part in VbglR3 and just provide a callback for the platform-specific123 notification stuff, since this is very similar to the VBoxTray code. */124 122 static DECLCALLBACK(int) vbclHostVerWorker(bool volatile *pfShutdown) 125 123 { 124 /** @todo Move this part in VbglR3 and just provide a callback for the platform-specific 125 notification stuff, since this is very similar to the VBoxTray code. */ 126 126 127 RT_NOREF(pfShutdown); 127 128
Note:
See TracChangeset
for help on using the changeset viewer.