Skip to content

Commit

Permalink
Date: Mon, 28 Jul 2003 18:30:50 +0300
Browse files Browse the repository at this point in the history
From: "Mike Gorchak"
Subject: New test for overlays

While writting QNX Photon Overlay code I've found that the existent overlay test application is not enough, it performs too artificial tests - it always moves/resizes the overlay's viewport, but in the real life that happens very rare. So I decided to write new test (commonly base on testoverlay.c code) and called it testoverlay2 :)

moose.dat - raw 8 bit paletted data of the small movie. (It was a moose.gif, also included in the attachment as reference, but not needed for this test, it is just for information). I cannot find, who created this .gif, so no credits this time :) But over inet I saw this gif zillion times, so I think we do not infringing somebody rights :)
  • Loading branch information
slouken committed Aug 8, 2003
1 parent fd766da commit a8e8003
Show file tree
Hide file tree
Showing 3 changed files with 573 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile.am
Expand Up @@ -4,7 +4,7 @@ noinst_PROGRAMS = \
testver testtypes testhread testlock testerror testsem testtimer \
loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \
testsprite testbitmap testalpha testgamma testpalette testwm \
threadwin testoverlay testgl testjoystick
threadwin testoverlay testoverlay2 testgl testjoystick

testalpha_SOURCES = testalpha.c
testalpha_LDADD = @MATHLIB@
Expand Down
Binary file added test/moose.dat
Binary file not shown.

0 comments on commit a8e8003

Please sign in to comment.