📄 o_drc_defs.h
字号:
/* **************************************************************************************
* Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: $Workfile: o_drc.h $
*
* Description:
* ============
* Project definition of the MSO_DRC
*
****************************************************************************************/
#include "Config.h" // Global Configuration - do not remove!
#ifndef __O_DRC_DEFS_H__
#define __O_DRC_DEFS_H__
#include "GUI\Menu_system\ms_component_defs.h"
typedef struct {
MS_DESCRIPTOR_COMPONENT moDescriptor;
CONST UINT8* mpBgBmp; // Background bitmap
UINT16 mwTextColor; // Text color
}MS_DESCRIPTOR_DRC;
typedef MSO_COMPONENT MSO_DRC;
#endif // __O_DRC_DEFS_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -