fe54538e4f
- add tremor support and enable it on arm - pull in fixes for some annoyances from uqm cvs
12 lines
565 B
Plaintext
12 lines
565 B
Plaintext
$OpenBSD: patch-src_sc2code_libs_gfxlib_h,v 1.1 2005/11/05 03:48:41 jolan Exp $
|
|
--- src/sc2code/libs/gfxlib.h.orig Wed Jan 26 17:55:47 2005
|
|
+++ src/sc2code/libs/gfxlib.h Fri Nov 4 19:32:43 2005
|
|
@@ -246,6 +246,7 @@ extern FRAME SetEquFrameIndex (FRAME Dst
|
|
extern FRAME IncFrameIndex (FRAME Frame);
|
|
extern FRAME DecFrameIndex (FRAME Frame);
|
|
extern DRAWABLE RotateFrame (FRAME Frame, COUNT angle);
|
|
+extern void SetFrameTransparentColor (FRAME Frame, COLOR c32k);
|
|
|
|
extern FRAME CaptureDrawable (DRAWABLE Drawable);
|
|
extern DRAWABLE ReleaseDrawable (FRAME Frame);
|