VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_boundsinfo.cpp@ 78263

最後變更 在這個檔案從78263是 78263,由 vboxsync 提交於 6 年 前

Config.kmk,GuestHost\OpenGL,HostServices\SharedOpenGL: Fix a bunch of compiler warnings and enable them again

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Id Revision
檔案大小: 756 位元組
 
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 "server_dispatch.h"
8#include "server.h"
9#include "cr_error.h"
10#include "cr_unpack.h"
11#include "cr_mem.h"
12#include "state/cr_statetypes.h"
13
14
15
16/**
17 * Process a crBoundsInfoCR message/function. This is a bounding box
18 * followed by a payload of arbitrary Chromium rendering commands.
19 * The tilesort SPU will send this.
20 * Note: the bounding box is in mural pixel coordinates (y=0=bottom)
21 */
22void SERVER_DISPATCH_APIENTRY
23crServerDispatchBoundsInfoCR( const CRrecti *bounds, const GLbyte *payload,
24 GLint len, GLint num_opcodes )
25{
26 RT_NOREF(bounds, payload, len, num_opcodes);
27}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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