New build-in variables: #WORKAREAWIDTH#, #WORKAREAHEIGHT#, #SCREENAREAWIDTH#, #SCREENAREAHEIGHT#

Added support for math formulas for the X, Y, W, H, WindowX and WindowY (e.g. "WindowX=(#WORKAREAWIDTH# / 2)"). The formula must be surrounded by parenthesis.
This commit is contained in:
Kimmo Pekkola
2009-07-30 15:19:47 +00:00
parent 920268395d
commit 7440667743
8 changed files with 72 additions and 4 deletions

View File

@ -1,3 +1,5 @@
#pragma once
/*
Universal lexical analiser by hq_software
*/

View File

@ -1,3 +1,5 @@
#pragma once
/*
Math parser for CCalc library.
*/

View File

@ -1,3 +1,5 @@
#pragma once
#include "pack.h"
#ifdef __cplusplus