Let lua_graph behave more like other graphs.
authorBrenden Matthews <brenden@rty.ca>
Sat, 6 Jun 2009 23:25:34 +0000 (17:25 -0600)
committerBrenden Matthews <brenden@rty.ca>
Sat, 6 Jun 2009 23:25:34 +0000 (17:25 -0600)
commit33754ecebe33eb0b5f517012da59757a3207cb52
treef17dd13f4871378c7ae588e87faa6c4e83541675
parent576d55e4731fd2b86dd7a5bee5e909c9a41dc8a7
Let lua_graph behave more like other graphs.

Changed llua_getinteger() to llua_getnumber() returning a double, so
that you can use floating point values in graphs etc.  Lua graph will
scale like other graphs (except execgraph) by default now, and you can
manually set a scale with the scale argument.
doc/variables.xml
src/conky.c
src/llua.c
src/llua.h