mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 13:04:11 +01:00
Merge branch 'master' into master
This commit is contained in:
commit
4779d8ca41
@ -162,9 +162,11 @@ static void wl_pointer_axis(void *data, struct wl_pointer *wl_pointer,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// last doesn't actually need initialization,
|
||||||
|
// but gcc (7.3.1) is too dumb to figure it out
|
||||||
struct swaybar_workspace *first = NULL;
|
struct swaybar_workspace *first = NULL;
|
||||||
struct swaybar_workspace *active = NULL;
|
struct swaybar_workspace *active = NULL;
|
||||||
struct swaybar_workspace *last;
|
struct swaybar_workspace *last = NULL;
|
||||||
|
|
||||||
struct swaybar_workspace *iter;
|
struct swaybar_workspace *iter;
|
||||||
wl_list_for_each(iter, &output->workspaces, link) {
|
wl_list_for_each(iter, &output->workspaces, link) {
|
||||||
|
Loading…
Reference in New Issue
Block a user