📄 meta_wnd.h
字号:
/*************************************************************************/
/* */
/* Copyright (c) 1997 - 1999 Accelerated Technology, Inc. */
/* */
/* PROPRIETARY RIGHTS of Accelerated Technology are involved in the */
/* subject matter of this material. All manufacturing, reproduction, */
/* use, and sales rights pertaining to this subject matter are governed */
/* by the license agreement. The recipient of this software implicitly */
/* accepts the terms of the license. */
/* */
/*************************************************************************/
/*************************************************************************/
/* */
/* FILE NAME VERSION */
/* */
/* meta_wnd.h 1.9 */
/* */
/* COMPONENT */
/* */
/* All */
/* */
/* DESCRIPTION */
/* */
/* This file is the master inlcude file for all C versions of the */
/* Metagraphics assembly language programs. */
/* */
/* AUTHOR */
/* */
/* Robert G. Burrill, Accelerated Technology, Inc. */
/* */
/* DATA STRUCTURES */
/* */
/* None */
/* */
/* FUNCTIONS */
/* */
/* None */
/* */
/* DEPENDENCIES */
/* */
/* None */
/* */
/* HISTORY */
/* */
/* NAME DATE REMARKS */
/* */
/* */
/*************************************************************************/
/* Flag file definitions */
#define metconst 0x0001
#define metports 0x0002
#define metaproc 0x0004
#define grafdata 0x0008
#define metmacs1 0x0010
#define metmacs2 0x0020
#define metmacs3 0x0040
#define metfonts 0x0080
#define metDDaRcd 0x0100
#define metEdgeRcd 0x0200
#define wndodata 0x0400
/* Field defines flag definitions */
#define defFixed 0x0001
#define defPattern 0x0002
#define defRegion 0x0004
#define defPortFlags 0x0008
#define defPenFlags 0x0010
#define defDevFlags 0x0020
#define defMapFlags 0x0040
#define defBlit 0x0080
#define defPoly 0x0100
#define defInput 0x0200
#define yes 1
#define no 0
#define NULL 0
#include "metlinks.h" /* Environment & Language Interface Settings */
#include "metmacs1.h" /* 186/386 Portability Macros */
#include "metmacs2.h" /* Procedure Interface Macros */
void nuGrafErr(short grafErrValue);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -