mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
bar/wayland: cleanup
This commit is contained in:
parent
38c87ad165
commit
73c62e9797
2 changed files with 11 additions and 9 deletions
|
@ -380,9 +380,8 @@ bar_new(const struct bar_config *config)
|
|||
priv->left.count = config->left.count;
|
||||
priv->center.count = config->center.count;
|
||||
priv->right.count = config->right.count;
|
||||
//priv->cursor_ctx = NULL;
|
||||
//priv->cursor = 0;
|
||||
priv->cursor_name = NULL;
|
||||
|
||||
#if 0
|
||||
priv->backend.data = bar_backend_xcb_new();
|
||||
priv->backend.iface = &xcb_backend_iface;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue