o_display.h

来自「ZORAN 962/966 SOURCE CODE,DVD chip」· C头文件 代码 · 共 25 行

H
25
字号
/* **************************************************************************************
*  Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
*  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
*  File: $Workfile: o_display.h$
*
* Description:
* ========
* Project definition of the MSO_DISPLAY
*
****************************************************************************************/
#include "Config.h"		// Global Configuration - do not remove!
#ifdef D_GUI_COMPONENT_DISPLAY
#include "include\sysdefs.h"	// Global definition - do not remove!

#ifndef __O_DISPLAY_H__
#define __O_DISPLAY_H__

#include "Components\Display\o_display_defs.h"

extern CONST MS_DESCRIPTOR_DISPLAY oComponentDisplay;

#endif // __O_DISPLAY_H__
#endif //D_GUI_COMPONENT_DISPLAY

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?