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

📄 patches.c

📁 操作系统SunOS 4.1.3版本的源码
💻 C
字号:
#ifndef lint#ifdef sccsstatic	char sccsid[] = "@(#)patches.c 1.1 92/07/30 Copyr 1984 Sun Micro";#endif#endif/* *	1983 by Sun Microsystems Inc. * */#include "patches.h"static unsigned short	white_data[16] = {			0x0000, 0x0000, 0x0000, 0x0000,			0x0000, 0x0000, 0x0000, 0x0000,			0x0000, 0x0000, 0x0000, 0x0000,			0x0000, 0x0000, 0x0000, 0x0000		};mpr_static(white_patch, 16, 16, 1, white_data);static unsigned short	gray17_data[16] = {			0x8200, 0x2080, 0x0410, 0x1040,			0x4100, 0x0820, 0x8200, 0x2080,			0x0410, 0x1040, 0x4100, 0x0820,			0x0000, 0x0000, 0x0000, 0x0000		};mpr_static(fted_gray17_patch, 12, 12, 1, gray17_data);static unsigned short   gray20_data[16] = {			0x8420, 0x2108, 0x0842, 0x4210,			0x1084, 0x8420, 0x2108, 0x0842,			0x4210, 0x1084, 0x8420, 0x2108,			0x0842, 0x4210, 0x1084, 0x0000		};mpr_static(fted_gray20_patch, 15, 15, 1, gray20_data);static unsigned short	gray25_data[16] = {			0x8888, 0x2222, 0x4444, 0x1111,			0x8888, 0x2222, 0x4444, 0x1111,			0x8888, 0x2222, 0x4444, 0x1111,			0x8888, 0x2222, 0x4444, 0x1111		};mpr_static(fted_gray25_patch, 16, 16, 1, gray25_data);static unsigned short	gray50_data[16] = {			0xAAAA, 0x5555, 0xAAAA, 0x5555,			0xAAAA, 0x5555, 0xAAAA, 0x5555,			0xAAAA, 0x5555, 0xAAAA, 0x5555,			0xAAAA, 0x5555, 0xAAAA, 0x5555		};mpr_static(fted_gray50_patch, 16, 16, 1, gray50_data);static unsigned short	gray75_data[16] = {			0x7777, 0xDDDD, 0xBBBB, 0xEEEE,			0x7777, 0xDDDD, 0xBBBB, 0xEEEE,			0x7777, 0xDDDD, 0xBBBB, 0xEEEE,			0x7777, 0xDDDD, 0xBBBB, 0xEEEE		};mpr_static(fted_gray75_patch, 16, 16, 1, gray75_data);static unsigned short	root_gray_data[16] = {			0x8888, 0x8888, 0x2222, 0x2222,			0x8888, 0x8888, 0x2222, 0x2222,			0x8888, 0x8888, 0x2222, 0x2222,			0x8888, 0x8888, 0x2222, 0x2222		};mpr_static(fted_root_gray_patch, 16, 16, 1, root_gray_data);static unsigned short	gray80_data[16] = {			0x7BDE, 0xDEF6, 0xF7BC, 0xBDEE,			0xEF7A, 0x7BDE, 0xDEF6, 0xF7BC,			0xBDEE, 0xEF7A, 0x7BDE, 0xDEF6,			0xF7BC, 0xBDEE, 0xEF7A, 0x0000		};mpr_static(fted_gray80_patch, 15, 15, 1, gray80_data);static unsigned short	gray83_data[16] = {			0x7DF0, 0xDF70, 0xFBE0, 0xEFB0,			0xBEF0, 0xF7D0, 0x7DF0, 0xDF70,			0xFBE0, 0xEFB0, 0xBEF0, 0xF7D0,			0x0000, 0x0000, 0x0000, 0x0000		};mpr_static(fted_gray83_patch, 12, 12, 1, gray83_data);static unsigned short	black_data[16] = {			0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF,			0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF,			0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF,			0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF		};mpr_static(fted_black_patch, 16, 16, 1, black_data);

⌨️ 快捷键说明

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