OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | EFI_USER_INTERFACE_THEME_PROTOCOL |
Macros | |
#define | USER_THEME_INTERFACE_PROTOCOL_REVISION 0x00000001 |
#define | EFI_USER_INTERFACE_THEME_PROTOCOL_GUID |
#define | APPLE_COLOR_LIGHT_GRAY 0x00BFBFBFU |
#define | APPLE_COLOR_SYRAH_BLACK 0x00000000U |
Typedefs | |
typedef EFI_STATUS(EFIAPI * | UI_THEME_GET_BACKGROUND_COLOR) (IN OUT UINT32 *BackgroundColor) |
Variables | |
EFI_GUID | gEfiUserInterfaceThemeProtocolGuid |
Copyright (C) 2017, Download-Fritz. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file UserInterfaceTheme.h.
#define APPLE_COLOR_LIGHT_GRAY 0x00BFBFBFU |
Definition at line 24 of file UserInterfaceTheme.h.
#define APPLE_COLOR_SYRAH_BLACK 0x00000000U |
Definition at line 25 of file UserInterfaceTheme.h.
#define EFI_USER_INTERFACE_THEME_PROTOCOL_GUID |
Definition at line 20 of file UserInterfaceTheme.h.
#define USER_THEME_INTERFACE_PROTOCOL_REVISION 0x00000001 |
Definition at line 17 of file UserInterfaceTheme.h.
typedef EFI_STATUS(EFIAPI * UI_THEME_GET_BACKGROUND_COLOR) (IN OUT UINT32 *BackgroundColor) |
Definition at line 29 of file UserInterfaceTheme.h.
|
extern |
Definition at line 133 of file UserGlobalVar.c.