VirtualBox

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

最後變更 在這個檔案從76787是 69390,由 vboxsync 提交於 7 年 前

HostServices/SharedOpenGL: scm updates

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Id Revision
檔案大小: 500 位元組
 
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}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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