[teklib-general] teklib: fixed SetFont argument order
Franciska Schulze
fschulze at neoscientists.org
Mon Jul 13 10:13:50 CEST 2009
details: http://hg.teklib.org/teklib/rev/1515a641e7d2
changeset: 263:1515a641e7d2
user: Franciska Schulze <fschulze at neoscientists.org>
date: Mon May 18 12:59:41 2009 +0000
description:
fixed SetFont argument order
diffs (12 lines):
diff -r 58a053596b7a -r 1515a641e7d2 tek/mod/display/fb.h
--- a/tek/mod/display/fb.h Mon May 18 12:58:07 2009 +0000
+++ b/tek/mod/display/fb.h Mon May 18 12:59:41 2009 +0000
@@ -24,7 +24,7 @@
struct { TAPTR Window; TTAGITEM *Tags; TUINT Num; } SetAttrs;
struct { TAPTR Window; TUINT RGB; TVPEN Pen; } AllocPen;
struct { TAPTR Window; TVPEN Pen; } FreePen;
- struct { TAPTR Window; TSTRPTR Font; } SetFont;
+ struct { TAPTR Font; TAPTR Window; } SetFont;
struct { TAPTR Window; TVPEN Pen; } Clear;
struct { TAPTR Window; TINT Rect[4]; TVPEN Pen; } Rect;
struct { TAPTR Window; TINT Rect[4]; TVPEN Pen; } FRect;
More information about the teklib-general
mailing list