代码搜索:MicroWindows
找到约 1,631 项符合「MicroWindows」的源代码
代码结果 1,631
www.eeworm.com/read/158106/5598507
c caret.c
/*
* Copyright (c) 2000 Greg Haerr
*
* Caret control for Microwindows win32 api.
*
* TODO: add SetSysTimer for blinking
*/
#include
#include
#include
www.eeworm.com/read/158106/5598695
c devpoly.c
#include
#include
#include "device.h"
/*
* Microwindows polygon outline and fill routines.
* Copyright (c) 1999, 2000, 2001 Greg Haerr
* Portions Copyright (
www.eeworm.com/read/190248/8446395
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/135153/5887168
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/135153/5887177
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/135153/5887185
c fbquasar.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/135153/5887294
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/135153/5887353
c winmain.c
/*
* Copyright (c) 1999, 2000 Greg Haerr
*
* Main module of Microwindows
*/
#include
#include
#include
#include
#ifndef __PACIFIC__
#
www.eeworm.com/read/135153/5887376
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
www.eeworm.com/read/125811/6021706
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