Merge pull request #224 from Dareka826/master

Fix not being able to use variables: bx, by ,r
This commit is contained in:
Raymond Li 2021-06-02 21:18:46 -04:00 committed by GitHub
commit 208d9714ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ void render_lock(uint32_t *resolution, xcb_drawable_t drawable) {
scaling_factor, button_diameter_physical);
// variable mapping for evaluating the clock position expression
const unsigned int vars_size = 11;
const unsigned int vars_size = 14;
te_variable vars[] =
{{"w", &width},
{"h", &height},