VirtualBox

Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (9 years ago)
Author:
vboxsync
Message:

*: scm cleanup run.

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  
    4545 */
    4646
    47 /*******************************************************************************
    48 *   Header Files                                                               *
    49 *******************************************************************************/
     47
     48/*********************************************************************************************************************************
     49*   Header Files                                                                                                                 *
     50*********************************************************************************************************************************/
    5051#include <Accelerant.h>
    5152#include "accelerant.h"
     
    5455#include <errno.h>
    5556
    56 /*******************************************************************************
    57 *   Global Variables                                                           *
    58 *******************************************************************************/
     57
     58/*********************************************************************************************************************************
     59*   Global Variables                                                                                                             *
     60*********************************************************************************************************************************/
    5961AccelerantInfo gInfo;
    6062static engine_token sEngineToken = { 1, 0 /*B_2D_ACCELERATION*/, NULL };
  • trunk/src/VBox/Additions/haiku/VBoxVideo/driver/driver.cpp

    r46001 r57358  
    4545 */
    4646
    47 /*******************************************************************************
    48 *   Header Files                                                               *
    49 *******************************************************************************/
     47
     48/*********************************************************************************************************************************
     49*   Header Files                                                                                                                 *
     50*********************************************************************************************************************************/
    5051#include <KernelExport.h>
    5152#include <PCI.h>
     
    122123};
    123124
    124 /*******************************************************************************
    125 *   Internal Functions                                                         *
    126 *******************************************************************************/
     125
     126/*********************************************************************************************************************************
     127*   Internal Functions                                                                                                           *
     128*********************************************************************************************************************************/
    127129status_t device_open(const char *name, uint32 flags, void **cookie);
    128130status_t device_close(void *dev);
     
    133135static uint32 get_color_space_for_depth(uint32 depth);
    134136
    135 /*******************************************************************************
    136 *   Globals                                                                    *
    137 *******************************************************************************/
     137
     138/*********************************************************************************************************************************
     139*   Globals                                                                                                                      *
     140*********************************************************************************************************************************/
    138141/* At most one virtual video card ever appears, no reason for this to be an array */
    139142static DeviceInfo gDeviceInfo;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette