代码搜索结果
找到约 16,607 项符合
Screen 的代码
screen.h
/*****************************************************************************
* screen.h: Screen capture module.
*****************************************************************************
* Cop
modules.am
if HAVE_WIN32
screen_extra = win32.c
else
if HAVE_BEOS
screen_extra = beos.cpp
else
if HAVE_DARWIN
screen_extra = mac.c
else
screen_extra = x11.c
endif
endif
endif
SOURCES_screen = \
screen.c
maxwindow.js
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
draw.c
/* Public terminal drawing API. Frontend for the screen image in memory. */
/* $Id: draw.c,v 1.107 2004/08/06 09:02:29 zas Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "elinks.h
charimage.h
/* @(#)charimage.h 1.1 92/07/30 SMI */
/*
* Copyright (c) 1983 by Sun Microsystems, Inc.
*/
/*
* Definitions relating to maintenance of virtual screen image.
*/
/*
* Screen is maintained as an
charscreen.h
/* @(#)charscreen.h 1.1 92/07/30 SMI */
/*
* Copyright (c) 1983 by Sun Microsystems, Inc.
*/
/*
* Definitions relating to physical screen image.
*/
/*
* Macros to convert character coordinates
win_screen.h
/* @(#)win_screen.h 1.1 92/07/30 SMI */
/*
* Copyright (c) 1983 by Sun Microsystems, Inc.
*/
/*
* Window system screen (sometimes called a desktop) structure.
*/
struct singlecolor {
u_char re
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
suntools.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)suntools.c 1.1 92/07/30 SMI";
#endif
#endif
/*
* Sun Microsystems, Inc.
*/
/*
* Root window: Provides the background window for a screen.
*
sdl_updaterects.3
.TH "SDL_UpdateRects" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference"
.SH "NAME"
SDL_UpdateRects\- Makes sure the given list of rectangles is updated on the given screen\&.
.SH "SYNOPSIS"