Skip to content

Commit

Permalink
Package changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumyaRanjanPatnaik committed Jan 9, 2023
1 parent 2cf8741 commit 395c0d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
sway-regolith (1.7-6) focal; urgency=medium

[ Soumya Ranjan Patnaik ]
* Fixed tray context menu, v1.7-5 didn't bring in the required changes

-- Soumya Ranjan Patnaik <[email protected]> Mon, 09 Jan 2023 10:57:42 +0530

sway-regolith (1.7-5) focal; urgency=medium

[ Soumya Ranjan Patnaik ]
* Support for tray context menu

-- soumyarp <[email protected]> Mon, 09 Jan 2023 04:24:58 +0530

sway-regolith (1.7-5) focal; urgency=medium

* Updated control to provide sway
Expand Down
2 changes: 1 addition & 1 deletion swaybar/tray/dbusmenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ static void swaybar_dbusmenu_draw_menu(struct swaybar_dbusmenu_menu *menu,
menu->dbusmenu->drawing = false;
return;
}
int surface_x, surface_y, surface_width, surface_height;
int surface_x = 0, surface_y = 0, surface_width = 0, surface_height = 0;
draw_menu_items(cairo, menu, &surface_x, &surface_y, &surface_width,
&surface_height, open);

Expand Down

0 comments on commit 395c0d2

Please sign in to comment.