VirtualBox

source: vbox/trunk/src/VBox/Devices/Graphics/DevVGAModes.h

Last change on this file was 98103, checked in by vboxsync, 17 months ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
RevLine 
[11166]1/* $Id: DevVGAModes.h 98103 2023-01-17 14:15:46Z vboxsync $ */
[1]2/** @file
[11166]3 * DevVGA - VBox VGA/VESA device, VBE modes.
[1]4 *
5 * List of static mode information, containing all "supported" VBE
[11166]6 * modes and their 'settings'.
[1]7 */
8
9/*
[98103]10 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
[1]11 *
[96407]12 * This file is part of VirtualBox base platform packages, as
13 * available from https://www.virtualbox.org.
14 *
15 * This program is free software; you can redistribute it and/or
16 * modify it under the terms of the GNU General Public License
17 * as published by the Free Software Foundation, in version 3 of the
18 * License.
19 *
20 * This program is distributed in the hope that it will be useful, but
21 * WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
23 * General Public License for more details.
24 *
25 * You should have received a copy of the GNU General Public License
26 * along with this program; if not, see <https://www.gnu.org/licenses>.
27 *
28 * SPDX-License-Identifier: GPL-3.0-only
[1]29 */
30
[76565]31#ifndef VBOX_INCLUDED_SRC_Graphics_DevVGAModes_h
32#define VBOX_INCLUDED_SRC_Graphics_DevVGAModes_h
[76520]33#ifndef RT_WITHOUT_PRAGMA_ONCE
34# pragma once
35#endif
[76519]36
[65381]37#include <VBoxVideoVBE.h>
[69052]38#include <VBoxVideoVBEPrivate.h>
[34399]39
[5471]40#include "vbetables.h"
[1]41
42#define MODE_INFO_SIZE ( sizeof(mode_info_list) / sizeof(ModeInfoListItem) )
[76519]43
[76565]44#endif /* !VBOX_INCLUDED_SRC_Graphics_DevVGAModes_h */
[76519]45
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use