⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 o_display.h

📁 Zoran V966 DVD 解码 Soc芯片的源程序
💻 H
字号:
/* **************************************************************************************
*  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -