aboutsummaryrefslogtreecommitdiff
path: root/swaybar/render.c
diff options
context:
space:
mode:
authorakokshar@redhat.com <akokshar@redhat.com>2017-08-29 11:19:43 +0200
committerakokshar@redhat.com <akokshar@redhat.com>2017-08-29 11:19:43 +0200
commit65022e1cbf0ccf8764dcef7e2a738feb3331deeb (patch)
tree2b08e4aa1a186ffe3cd990887ad18322756bbfc6 /swaybar/render.c
parent7553103e345c6fb65b18cf5bc18a60218f810b77 (diff)
click_events as documented at https://i3wm.org/docs/i3bar-protocol.html
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..232d254b 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);