代码搜索结果
找到约 10,000 项符合
Screen 的代码
struct
typedef struct point { int x,y; } point;
typedef struct rect { point pt1, pt2; } rect;
point addpoint(point p1, point p2) { /* add two points */
p1.x += p2.x;
p1.y += p2.y;
return p1;
}
#define m
makefile.am
## Process this file with automake to produce Makefile.in
## $Id: Makefile.am,v 1.13 2004/06/14 02:21:03 jonas Exp $
include $(top_srcdir)/Makefile.base
EXTRA_DIST = TODO
noinst_LIBRARIES = libterm
flash.c
/* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended p
scr_init.c
/* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended p
pw_polypoint.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)pw_polypoint.c 1.1 92/07/30";
#endif
#endif
/*
* Copyright 1986 by Sun Microsystems, Inc.
*/
#include
#include
demolib.c
/*
get_view_surface -- Determines from command-line arguments and
the environment a reasonable view surface
for a SunCore program to run on.
*/
#include
#include
adjacentscreens.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)adjacentscreens.c 1.1 92/07/30";
#endif
#endif
/*
* Sun Microsystems, Inc.
*/
/*
* adjacentscreens.c: Notifies win sys of physical screen pos
sdl_gsvideo.h
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997, 1998, 1999, 2000 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the terms of th
sdl_x11image.c
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the
sdl_cursor.c
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the