代码搜索:MicroWindows

找到约 1,631 项符合「MicroWindows」的源代码

代码结果 1,631
www.eeworm.com/read/190248/8446392

h wintern.h

/* wintern.h*/ /* * Copyright (c) 1999 Greg Haerr * * Microwindows internal routines header file */ #include #if (UNIX | DOS_DJGPP) #define strcmpi strcasecmp #elif
www.eeworm.com/read/135153/5887175

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/135153/5887181

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/135153/5887182

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/135153/5887207

c genmem.c

/* * Copyright (c) 2000, 2001 Greg Haerr * * Screen Driver Utilities * * Microwindows memory device routines */ #include #include #include #in
www.eeworm.com/read/135153/5887229

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/135153/5887246

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/135153/5887291

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/135153/5887293

h wintern.h

/* wintern.h*/ /* * Copyright (c) 1999 Greg Haerr * * Microwindows internal routines header file */ #include #if (UNIX | DOS_DJGPP) #define strcmpi strcasecmp #elif
www.eeworm.com/read/135153/5887331

cc mwobjects.cc

/* Copyright (C) Chris Johns (ccj@acm.org) Microwindows C++ Wrappers. */ #include #include #include #include namespace MicroWindowsObjects {