Replies: 2 comments 2 replies
-
Related to changes I pushed yesterday, thought I covered all getatomprop calls but apparently not. Will push a fix shortly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Caused by this declaration in bar_systray.h. diff --git a/patch/bar_systray.h b/patch/bar_systray.h
index a64b971..092a6ff 100644
--- a/patch/bar_systray.h
+++ b/patch/bar_systray.h
@@ -32,7 +32,6 @@ static int draw_systray(Bar *bar, BarArg *a);
static int click_systray(Bar *bar, Arg *arg, BarArg *a);
/* function declarations */
-static Atom getatomprop(Client *c, Atom prop);
static void removesystrayicon(Client *i);
static void resizerequest(XEvent *e);
static void updatesystrayicongeom(Client *i, int w, int h); Have removed it now. Should compile fine. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I can not compile using
#define BAR_SYSTRAY_PATCH 0
inpatches.h
.Without this patch compile is fine.
Maybe I am doing something wrong, so please correct me.
I am getting the following error:
Best regards
Beta Was this translation helpful? Give feedback.
All reactions