Changeset 46593 in vbox for trunk/src/VBox/Additions/haiku/VBoxTray
- Timestamp:
- Jun 17, 2013 2:32:51 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86471
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxGuestDeskbarView.cpp
r43407 r46593 261 261 } 262 262 263 int rc = RTR3InitDll( 0);263 int rc = RTR3InitDll(RTR3INIT_FLAGS_UNOBTRUSIVE); 264 264 if (RT_SUCCESS(rc)) 265 265 {
Note:
See TracChangeset
for help on using the changeset viewer.