VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedOpenGL/crserver/main.c@ 62484

Last change on this file since 62484 was 15532, checked in by vboxsync, 16 years ago

crOpenGL: export to OSE

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 500 bytes
Line 
1/* Copyright (c) 2001, Stanford University
2 * All rights reserved
3 *
4 * See the file LICENSE.txt for information on redistributing this software.
5 */
6
7#include "cr_server.h"
8
9/**
10 * \mainpage Crserver
11 *
12 * \section CrserverIntroduction Introduction
13 *
14 * Chromium consists of all the top-level files in the cr
15 * directory. The crserver module basically takes care of API dispatch,
16 * and OpenGL state management.
17 *
18 */
19
20int main( int argc, char *argv[] )
21{
22 return CRServerMain( argc, argv );
23}
Note: See TracBrowser for help on using the repository browser.

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