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

📄 wmgr_images.c

📁 操作系统SunOS 4.1.3版本的源码
💻 C
字号:
#if !defined(lint) && defined(sccs)static	char sccsid[] = "@(#)wmgr_images.c 1.1 92/07/30";#endif/* * Copyright (c) 1987 by Sun Microsystems, Inc. *//* * Images for window manager cursors (in a separate module so that * they can be shared between processes, as the pixrects cannot). * * For 4.1 or 5.0 or SunView2: eliminate all of these global names! */short	confirm_cursor_image[16] =  {#include <images/confirm.cursor>};short	move_cursorimage[16] = {#include <images/move.cursor>};short	move_h_cursorimage[16] = {#include <images/move_h.cursor>};short	move_v_cursorimage[16] = {#include <images/move_v.cursor>};short	stretch_v_cursorimage[16] = {#include <images/stretch_v.cursor>};short	stretch_h_cursorimage[16] = {#include <images/stretch_h.cursor>};short	stretchNW_cursorimage[16] = {#include <images/stretchNW.cursor>};short	stretchNE_cursorimage[16] = {#include <images/stretchNE.cursor>};short	stretchSE_cursorimage[16] = {#include <images/stretchSE.cursor>};				short	stretchSW_cursorimage[16] = {#include <images/stretchSW.cursor>};				

⌨️ 快捷键说明

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