代码搜索:MicroWindows
找到约 1,631 项符合「MicroWindows」的源代码
代码结果 1,631
www.eeworm.com/read/158793/5594763
c edit.c
/*
* Copyright (C) 1999, 2000, Wei Yongming.
* Portions Copyright (c) 2000 Greg Haerr
*
* Edit control for Microwindows win32 api.
*/
/*
** This library is free software; you
www.eeworm.com/read/158793/5594903
c mine.c
#include
#include
#include
#include
/*
* Minesweeper for Microwindows, adapted from MiniGUI
*/
extern int mwCurrentButtons; /* FIXME */
#ifdef __rtems__
#d
www.eeworm.com/read/158106/5598311
c nofont.c
/*
* Copyright (c) 2000 Greg Haerr
*
* Screen Driver Utilities
*
* Microwindows null font stub
*/
#include
#include "device.h"
#include "genfont.h"
/* no compiled
www.eeworm.com/read/158106/5598317
c fblin4sa1100.c
/*
* Copyright (c) 1999 Martin Jolicoeur
*
* 4bpp Packed Linear Video Driver for Microwindows
* Designed for the arm SA1100 lcd controller with 16 bits access
* (little end
www.eeworm.com/read/158106/5598318
c scr_svga.c
/*
* Copyright (c) 1999, 2000, 2001 Greg Haerr
*
* Microwindows Screen Driver using SVGA Library
*
* This driver requires the following SVGA entry points:
* vga_init, vga_set
www.eeworm.com/read/158106/5598343
c genmem.c
/*
* Copyright (c) 2000, 2001 Greg Haerr
*
* Screen Driver Utilities
*
* Microwindows memory device routines
*/
#include
#include
#include
#in
www.eeworm.com/read/158106/5598365
c mou_yopy.c
/*
* Microwindows touch screen driver for G.Mate YOPY
*
* Copyright (c) 2000 Century Software Embedded Technologies
*
* Requires /dev/yopy-ts kernel mouse driver.
*/
#include
#include
www.eeworm.com/read/158106/5598382
c fblin1.c
/*
* Copyright (c) 1999-2001 Greg Haerr
*
* 1bpp Packed Linear Video Driver for Microwindows
*
* In this driver, psd->linelen is line byte length, not line pixel length
*/
/*
www.eeworm.com/read/158106/5598428
h mwtypes.h
#ifndef _MWTYPES_H
#define _MWTYPES_H
/*
* Copyright (c) 1999, 2000, 2001 Greg Haerr
*
* Exported Microwindows engine typedefs and defines
*/
#define MWPACKED __attribute__ ((al
www.eeworm.com/read/158106/5598430
h wintern.h
/* wintern.h*/
/*
* Copyright (c) 1999 Greg Haerr
*
* Microwindows internal routines header file
*/
#include
#if (UNIX | DOS_DJGPP)
#define strcmpi strcasecmp
#elif