nanogui: demos/mwin/mine trouble under Minix


Previous by date: 25 May 2000 18:37:58 -0000 88pre8 on 4 bit grayscale, Carl Quillen
Next by date: 25 May 2000 18:37:58 -0000 Re: demos/mwin/mine trouble under Minix, Jakov af Wallby
Previous in thread:
Next in thread: 25 May 2000 18:37:58 -0000 Re: demos/mwin/mine trouble under Minix, Jakov af Wallby

Subject: demos/mwin/mine trouble under Minix
From: "Michael Temari" ####@####.####
Date: 25 May 2000 18:37:58 -0000
Message-Id: <00af01bfc678$6b419ae0$1eb08ad1@mt400>

Hi all,

I have ported Microwindows to Minix and it appears that all Demos run fine
but mwin/mine.
When I run it it comes up with a screen that shows the mine window, but it
is all gray.  When
I then click a spot on the board and the counter starts I get the board
being displayed, but it
then gets wiped to gray again every second.  Anyone know what is going on
here?

The Makefile I am using to build the drivers is below.

Thanks,

Michael Temari
####@####.####

# Makefile for Microwindows src/drivers

CFLAGS= -DUNIX -DMWPIXEL_FORMAT=MWPF_TRUECOLOR0888 \
        -DHAVE_FILEIO -D_MINIX -D_POSIX_SOURCE -I. -I../include -O3

LIB=    ../lib/libmwdrivers.a
OBJS=   scr_bios.o \
        vgaplan4.o memplan4.o \
        mou_ser.o kbd_tty.o \
        genmem.o genfont.o byte.o

all:    $(LIB)

$(LIB): $(OBJS)
        ar cru $@ $?

clean:
        rm -f $(LIB) $(OBJS)



Previous by date: 25 May 2000 18:37:58 -0000 88pre8 on 4 bit grayscale, Carl Quillen
Next by date: 25 May 2000 18:37:58 -0000 Re: demos/mwin/mine trouble under Minix, Jakov af Wallby
Previous in thread:
Next in thread: 25 May 2000 18:37:58 -0000 Re: demos/mwin/mine trouble under Minix, Jakov af Wallby


Powered by ezmlm-browse 0.20.