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/misc.h | |
| parent | a14a7a0ccc9de76aeab0b2e4bbf58f1a79deedc2 (diff) | |
New upstream version 5.3.1Beta2upstream/5.3.1Beta2
Diffstat (limited to 'app/bin/misc.h')
| -rw-r--r-- | app/bin/misc.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/bin/misc.h b/app/bin/misc.h index 641f47f..bdb92fe 100644 --- a/app/bin/misc.h +++ b/app/bin/misc.h @@ -137,6 +137,14 @@ addButtonCallBack_t PriceListInit( void ); addButtonCallBack_t ParamFilesInit( void ); addButtonCallBack_t ControlMgrInit ( void ); +/* cdraw.h */ +track_p NewText( wIndex_t index, coOrd p, ANGLE_T angle, char * text, + CSIZE_T textSize, wDrawColor color, BOOL_T boxed ); +void LoadFontSizeList( wList_p, long ); +void UpdateFontSizeList( long *, wList_p, wIndex_t ); +long GetFontSize(wIndex_t); +long GetFontSizeIndex(long size); + /* cnote.c */ void ClearNote( void ); void DoNote( void * unused ); @@ -226,6 +234,7 @@ void EnumerateEnd(void); /* doption.c */ extern long enableBalloonHelp; +extern long enableAudio; long GetDistanceFormat( void ); /* cblock.c */ |
