代码搜索:MicroWindows
找到约 1,631 项符合「MicroWindows」的源代码
代码结果 1,631
www.eeworm.com/read/414605/2143506
org fblin24.org
/*
* Copyright (c) 2000, 2001 Greg Haerr
*
* 24bpp Linear Video Driver for Microwindows
*/
/*#define NDEBUG*/
#include
#include
#include "device.h"
#includ
www.eeworm.com/read/414605/2143591
org fblin8.org
/*
* Copyright (c) 1999, 2000, 2001 Greg Haerr
*
* 8bpp Linear Video Driver for Microwindows
* 00/01/26 added alpha blending with lookup tables (64k total)
*
* Inspired from
www.eeworm.com/read/414605/2143659
h mwobjects.h
/*
Copyright (C) Chris Johns (ccj@acm.org)
MicroWindows C++ Wrappers.
*/
#if !defined (_MWOBJECTS_H_)
#define _MWOBJECTS_H_
extern "C"
{
#include "windows.h"
#include "wintern.h"
#include
www.eeworm.com/read/414605/2143716
c winmain.c
/*
* Copyright (c) 1999, 2000 Greg Haerr
*
* Main module of Microwindows
*/
#include
#include
#include
#include
#ifndef __PACIFIC__
#
www.eeworm.com/read/414605/2143999
c devpoly.c
#include
#include
#include "device.h"
/*
* Microwindows polygon outline and fill routines.
* Copyright (c) 1999, 2000, 2001, 2002 Greg Haerr
* Portions Copyr
www.eeworm.com/read/398200/2382799
h mwobjects.h
/*
Copyright (C) Chris Johns (ccj@acm.org)
MicroWindows C++ Wrappers.
*/
#if !defined (_MWOBJECTS_H_)
#define _MWOBJECTS_H_
extern "C"
{
#include "windows.h"
#include "wintern.h"
#include
www.eeworm.com/read/398200/2382871
c fblin8.c
/*
* Copyright (c) 1999, 2000, 2001 Greg Haerr
*
* 8bpp Linear Video Driver for Microwindows
* 00/01/26 added alpha blending with lookup tables (64k total)
*
* Inspired from
www.eeworm.com/read/398200/2382881
c fblin24.c
/*
* Copyright (c) 2000, 2001 Greg Haerr
*
* 24bpp Linear Video Driver for Microwindows
*/
/*#define NDEBUG*/
#include
#include
#include "device.h"
#includ
www.eeworm.com/read/398200/2383227
c winmain.c
/*
* Copyright (c) 1999, 2000 Greg Haerr
*
* Main module of Microwindows
*/
#include
#include
#include
#include
#ifndef __PACIFIC__
#
www.eeworm.com/read/398200/2383256
xconfigure
#!/usr/bin/wish -f
#
# Microwindows configuration interface: X11 version
#
# wish is available at http://dev.scriptics.com/software/tcltck
#
# (C) Martin Jolicoeur, 1999
#
# Thu Mar 16 14:33:08 CET 20