LUA-Api: add alignment parameter for text in window header

Possible modes are :
	* "DEFAULT" (left)
	* "CENTER"
	* "RIGHT"

TODO: doc


Origin commit data
------------------
Branch: ni/coolstream
Commit: a788eee298
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-03-31 (Fri, 31 Mar 2017)



------------------
This commit was generated by Migit
This commit is contained in:
2017-03-31 09:38:01 +02:00
committed by Michael Liebmann
parent 156d43cedb
commit 04c49e5006
3 changed files with 31 additions and 15 deletions

View File

@@ -4,4 +4,4 @@
* to luainstance.h changes
*/
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 70
#define LUA_API_VERSION_MINOR 71