From b623f5953691b2a0614e6f1f4def86bdbb9a4113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 8 Aug 2020 11:53:00 +0200 Subject: New upstream version 5.2.0Beta2.1 --- app/bin/layout.h | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'app/bin/layout.h') diff --git a/app/bin/layout.h b/app/bin/layout.h index 4a581df..fcb5160 100644 --- a/app/bin/layout.h +++ b/app/bin/layout.h @@ -38,6 +38,11 @@ void SetLayoutCurScale(SCALEINX_T scale); void SetLayoutCurScaleDesc(SCALEDESCINX_T desc); void SetLayoutCurGauge(GAUGEINX_T gauge); void SetLayoutScaleGauge(SCALEDESCINX_T desc, GAUGEINX_T gauge); +void SetLayoutBackGroundFullPath(const char *fileName); +void SetLayoutBackGroundSize(double size); +void SetLayoutBackGroundPos(coOrd pos); +void SetLayoutBackGroundAngle(ANGLE_T angle); +void SetLayoutBackGroundScreen(int screen); char *GetLayoutFullPath(void); char *GetLayoutFilename(void); @@ -48,9 +53,18 @@ SCALEINX_T GetLayoutCurScale(void ); SCALEDESCINX_T GetLayoutCurScaleDesc(void); //GAUGEINX_T GetLayoutCurGauge(void); - ANGLE_T GetLayoutMaxTrackGrade(void); SCALEDESCINX_T GetLayoutCurScaleDesc(void); - +char *GetLayoutBackGroundFullPath(void); +double GetLayoutBackGroundSize(void); +coOrd GetLayoutBackGroundPos(void); +ANGLE_T GetLayoutBackGroundAngle(void); +int GetLayoutBackGroundScreen(void); +int GetLayoutBackGroundVisible(void); +void LayoutBackGroundInit(BOOL_T clear); +void LayoutBackGroundLoad(void); +void LayoutBackGroundSave(void); +void BackgroundToggleShow(void); void DoLayout(void * junk); -#endif \ No newline at end of file +int LoadImageFile(int files,char ** fileName,void * data ); +#endif -- cgit v1.2.3