diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-20 19:19:34 +0200 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-20 19:19:34 +0200 |
| commit | e7d20cf352688bf717a01f4e6d9e6f497c2bea4c (patch) | |
| tree | cfd2ef9b569f49af985a6f1ec44f2614f63c8e78 /app/bin/draw.h | |
| parent | a14a7a0ccc9de76aeab0b2e4bbf58f1a79deedc2 (diff) | |
New upstream version 5.3.1Beta2upstream/5.3.1Beta2
Diffstat (limited to 'app/bin/draw.h')
| -rw-r--r-- | app/bin/draw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/bin/draw.h b/app/bin/draw.h index 0ddf547..828a8c3 100644 --- a/app/bin/draw.h +++ b/app/bin/draw.h @@ -241,6 +241,7 @@ void DrawHilightPolygon(drawCmd_p, coOrd *, int); #define BOX_BACKGROUND (5) // draw box with backgound only, no frame #define BOX_ARROW_BACKGROUND (6) // box has a connector and background #define BOX_BOX_BACKGROUND (7) // draw complete frame and background +#define BOX_POS_BOTTOM_LEFT (1<<8) // Origin position void DrawBoxedString(int, drawCmd_p, coOrd, char *, wFont_p, wFontSize_t, wDrawColor, ANGLE_T); |
