aboutsummaryrefslogtreecommitdiff
path: root/swaybar/render.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-08-30 17:45:43 -0500
committerGitHub <noreply@github.com>2017-08-30 17:45:43 -0500
commit82d6afc91d270f3761588b54a46b7f8fbbacaa3f (patch)
treedf50d6f095cbeeb5256527245c5e1adeb51b6860 /swaybar/render.c
parent7553103e345c6fb65b18cf5bc18a60218f810b77 (diff)
parent2b927685cae73cb4e29e5c83f1fad5c906cb7857 (diff)
Merge pull request #1336 from akokshar/master
click_events
Diffstat (limited to 'swaybar/render.c')
-rw-r--r--swaybar/render.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/swaybar/render.c b/swaybar/render.c
index 6ec47e79..6fc09078 100644
--- a/swaybar/render.c
+++ b/swaybar/render.c
@@ -94,6 +94,9 @@ static void render_block(struct window *window, struct config *config, struct st
double pos = *x;
+ block->x = (int)pos;
+ block->width = (int)block_width;
+
// render background
if (block->background != 0x0) {
cairo_set_source_u32(window->cairo, block->background);