操作系统SunOS 4.1.3版本的源码

源代码在线查看: wmgr_images.c

软件大小: 23768 K
上传用户: yong_715
关键词: SunOS 操作系统 版本 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

				#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 				};								short	move_cursorimage[16] = {				#include 				};								short	move_h_cursorimage[16] = {				#include 				};								short	move_v_cursorimage[16] = {				#include 				};								short	stretch_v_cursorimage[16] = {				#include 				};								short	stretch_h_cursorimage[16] = {				#include 				};								short	stretchNW_cursorimage[16] = {				#include 				};								short	stretchNE_cursorimage[16] = {				#include 				};								short	stretchSE_cursorimage[16] = {				#include 				};												short	stretchSW_cursorimage[16] = {				#include 				};											

相关资源