Changeset 69022 in vbox
- Timestamp:
- Oct 9, 2017 7:26:02 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 1 edited
- 1 moved
-
include/VBox/Graphics/VBoxVideoErr.h (moved) (moved from trunk/src/VBox/Additions/linux/drm/vbox_err.h ) (3 diffs)
-
src/VBox/Additions/linux/drm/files_vboxvideo_drv (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/Graphics/VBoxVideoErr.h
r69021 r69022 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox Video driver, common code - iprt and VirtualBox macros and … … 24 25 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 25 26 * OTHER DEALINGS IN THE SOFTWARE. 27 * 28 * Authors: Michael Thayer <michael.thayer@oracle.com> 26 29 */ 27 30 … … 40 43 #define VERR_NOT_SUPPORTED (-37) 41 44 #define VERR_TOO_MUCH_DATA (-42) 45 #define VERR_NOT_FOUND (-78) 42 46 #define VERR_INVALID_STATE (-79) 43 47 #define VERR_OUT_OF_RESOURCES (-80) -
trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv
r68848 r69022 27 27 ${PATH_ROOT}/include/VBox/Graphics/HGSMIContext.h=>hgsmi_context.h \ 28 28 ${PATH_ROOT}/include/VBox/Graphics/HGSMIDefs.h=>hgsmi_defs.h \ 29 ${PATH_ROOT}/include/VBox/Graphics/VBoxVideoErr.h=>vbox_err.h \ 29 30 ${PATH_ROOT}/include/VBox/Graphics/VBoxVideoVBE.h=>vboxvideo_vbe.h \ 30 31 ${PATH_ROOT}/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp=>hgsmi_base.c \ … … 33 34 ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_drv.c=>vbox_drv.c \ 34 35 ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_drv.h=>vbox_drv.h \ 35 ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_err.h=>vbox_err.h \36 36 ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_fb.c=>vbox_fb.c \ 37 37 ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_irq.c=>vbox_irq.c \
Note:
See TracChangeset
for help on using the changeset viewer.

