代码搜索结果

找到约 10,000 项符合 Screen 的代码

pgedevice.h

// PGEDevice.h: interface for the CPGEDevice class. // ////////////////////////////////////////////////////////////////////// #pragma once #include "pgestd.h" class CPGESurface; class CPGE

ballfield.c

/* * "Ballfield" * * (C) David Olofson , 2002, 2003 * * This software is released under the terms of the GPL. * * Contact author for permission if you want to use this * s

pgedevice.h

// PGEDevice.h: interface for the CPGEDevice class. // ////////////////////////////////////////////////////////////////////// #pragma once #include "pgestd.h" class CPGESurface; class CPGE

xallocnamedcolor.html

Xlib Programming Manual: XAllocNamedColor XAllocNamedColor Syntax

xlookupcolor.html

Xlib Programming Manual: XLookupColor XLookupColor Syntax

xcmslookupcolor.html

Xlib Programming Manual: XcmsLookupColor XcmsLookupColor Syntax

expal.c

/* * Example program for the Allegro library, by Shawn Hargreaves. * * This program demonstrates how to manipulate the palette. It draws * a set of concentric circles onto the screen

console.c

#include "tdestr.h" #include "common.h" #include "define.h" #include "tdefunc.h" #include void video_config( struct vcfg *cfg ) { #pragma pack( 1 )

tdecfg.h

#if defined( __MSC__ ) #define ASSEMBLE _asm #else #define ASSEMBLE asm #endif #define TRUE 1 #define FALSE 0 #define OK 0 #define ERROR

lscreen.h

#ifndef Lscreen_h #define Lscreen_h #pragma interface #include "screen.h" typedef list SList; class lscreen : public screen // main screen of the listen program { public: lscreen()