代码搜索:MicroWindows

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

代码结果 1,631
www.eeworm.com/read/158106/5598303

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/158106/5598313

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/158106/5598321

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/158106/5598431

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/158106/5598490

c winmain.c

/* * Copyright (c) 1999, 2000 Greg Haerr * * Main module of Microwindows */ #include #include #include #include #ifndef __PACIFIC__ #
www.eeworm.com/read/158106/5598513

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/148298/12476482

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/190248/8446373

h windows.h

#ifndef _WINDOWS_H #define _WINDOWS_H /* windows.h*/ /* * Copyright (c) 1999, 2000 Greg Haerr * * Microwindows Win32 API master public header file */ #ifdef __cplusplus extern "
www.eeworm.com/read/135153/5887206

c fblin2.c

/* * Copyright (c) 1999 Greg Haerr * * 2bpp Packed Linear Video Driver for Microwindows * This driver is written for the Vr41xx Palm PC machines * The screen is 320x240x4 *
www.eeworm.com/read/135153/5887227

c fbportrait_down.c

/* * Copyright (c) 2001 Greg Haerr * * Portrait mode subdriver for Microwindows */ #include #include #include #include "device.h" #include "fb.h"