Changeset 64525 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Nov 3, 2016 9:04:29 AM (8 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp
r64306 r64525 108 108 109 109 /* 110 * Check if the the NT version is supported and initializing 111 * g_enmVGDrvNtVer in the process. 110 * Check if the NT version is supported and initialize g_enmVGDrvNtVer. 112 111 */ 113 112 ULONG ulMajorVer; -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAdditions.cpp
r62882 r64525 104 104 * @return IPRT status code. 105 105 * @param hKey Handle of registry key to use. 106 * @param pwszValueName The thename of the value to query.106 * @param pwszValueName The name of the value to query. 107 107 * @param cbHint Size hint. 108 108 * @param ppszValue Where to return value string on success. Free -
trunk/src/VBox/Additions/common/crOpenGL/dri_util.c
r62061 r64525 821 821 * \param frame_buffer Data describing the location and layout of the 822 822 * framebuffer. 823 * \param pSAREA Pointer t hethe SAREA.823 * \param pSAREA Pointer to the SAREA. 824 824 * \param fd Device handle for the DRM. 825 825 * \param extensions ?? -
trunk/src/VBox/Additions/freebsd/Makefile.kmk
r62524 r64525 87 87 VBOX_FBSD_ADD_INS_MODULES := $(addprefix $(VBOX_FBSD_ADD_INS_OUT_DIR)/module/,$(VBOX_FBSD_ADD_MODULES)) 88 88 89 # Cleanup of the theinstaller directory files89 # Cleanup of the installer directory files 90 90 OTHER_CLEAN += $(VBOX_FBSD_ADD_INS_FILES)) $(VBOX_FBSD_ADD_INS_MODULES) 91 91 -
trunk/src/VBox/Additions/linux/Makefile.kmk
r64040 r64525 190 190 endif 191 191 192 # Cleanup of the theinstaller directory files192 # Cleanup of the installer directory files 193 193 OTHER_CLEAN += $(VBOX_LNX_ADD_INST_FILES) $(VBOX_LNX_ADD_DBG_FILES) 194 194 -
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r63931 r64525 410 410 EOF 411 411 tty >/dev/null && cat << EOF 412 You may need to restart the theWindow System (or just restart the guest system)412 You may need to restart the Window System (or just restart the guest system) 413 413 to enable the Guest Additions. 414 414
Note:
See TracChangeset
for help on using the changeset viewer.