yambar/bar
Daniel Eklöf 588e6150d2
bar/wayland: do *not* set backend->scale in xdg_output_handle_done()
This is done by update_size(). Setting it in xdg_output_handle_done()
causes update_size() to do an early exit, and thus we end up never
actually configuring the surface.

We also never instantiate a pixman image, which led to a hard crash at
startup when the user had configured a specific output to use.
2020-07-20 17:30:20 +02:00
..
backend.h bar: don't use cairo 2019-09-22 11:46:46 +02:00
bar.c bar: let backend check if xcursor should be updated or not 2020-07-09 19:02:02 +02:00
bar.h cairo: replace cairo with pixman in decos, particles and modules 2019-09-22 01:56:58 +02:00
meson.build tllist: use tllist from external git repository 2019-11-17 19:17:34 +01:00
private.h bar: let backend check if xcursor should be updated or not 2020-07-09 19:02:02 +02:00
wayland.c bar/wayland: do *not* set backend->scale in xdg_output_handle_done() 2020-07-20 17:30:20 +02:00
wayland.h wayland: mucho wip: initial sort-of-working wayland backend 2019-02-03 11:08:53 +01:00
xcb.c bar: let backend check if xcursor should be updated or not 2020-07-09 19:02:02 +02:00
xcb.h bar: wip: define a 'backend' interface 2019-01-29 20:59:25 +01:00