Changeset 57358 in vbox for trunk/src/VBox/Additions/haiku/VBoxVideo
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- Location:
- trunk/src/VBox/Additions/haiku/VBoxVideo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/haiku/VBoxVideo/accelerant/accelerant.cpp
r43408 r57358 45 45 */ 46 46 47 /******************************************************************************* 48 * Header Files * 49 *******************************************************************************/ 47 48 /********************************************************************************************************************************* 49 * Header Files * 50 *********************************************************************************************************************************/ 50 51 #include <Accelerant.h> 51 52 #include "accelerant.h" … … 54 55 #include <errno.h> 55 56 56 /******************************************************************************* 57 * Global Variables * 58 *******************************************************************************/ 57 58 /********************************************************************************************************************************* 59 * Global Variables * 60 *********************************************************************************************************************************/ 59 61 AccelerantInfo gInfo; 60 62 static engine_token sEngineToken = { 1, 0 /*B_2D_ACCELERATION*/, NULL }; -
trunk/src/VBox/Additions/haiku/VBoxVideo/driver/driver.cpp
r46001 r57358 45 45 */ 46 46 47 /******************************************************************************* 48 * Header Files * 49 *******************************************************************************/ 47 48 /********************************************************************************************************************************* 49 * Header Files * 50 *********************************************************************************************************************************/ 50 51 #include <KernelExport.h> 51 52 #include <PCI.h> … … 122 123 }; 123 124 124 /******************************************************************************* 125 * Internal Functions * 126 *******************************************************************************/ 125 126 /********************************************************************************************************************************* 127 * Internal Functions * 128 *********************************************************************************************************************************/ 127 129 status_t device_open(const char *name, uint32 flags, void **cookie); 128 130 status_t device_close(void *dev); … … 133 135 static uint32 get_color_space_for_depth(uint32 depth); 134 136 135 /******************************************************************************* 136 * Globals * 137 *******************************************************************************/ 137 138 /********************************************************************************************************************************* 139 * Globals * 140 *********************************************************************************************************************************/ 138 141 /* At most one virtual video card ever appears, no reason for this to be an array */ 139 142 static DeviceInfo gDeviceInfo;
Note:
See TracChangeset
for help on using the changeset viewer.