Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dunstify does not build with libnotify >=0.8.4 #1442

Closed
ajacoutot opened this issue Feb 21, 2025 · 2 comments
Closed

dunstify does not build with libnotify >=0.8.4 #1442

ajacoutot opened this issue Feb 21, 2025 · 2 comments
Labels

Comments

@ajacoutot
Copy link

Hi.

Since libnotify 0.8.4, the priv pointer in NotifyNotification is not exposed externally anymore.
See https://gitlab.gnome.org/GNOME/libnotify/-/commit/f413d8109cd2203dee08da3ec116bf8adc81e6ca

dunstify.c:205:23: error: no member named 'priv' in 'struct _NotifyNotification'
    knickers *kn = n->priv;
                   ~  ^
dunstify.c:213:23: error: no member named 'priv' in 'struct _NotifyNotification'
    knickers *kn = n->priv;
                   ~  ^
@bynect
Copy link
Member

bynect commented Feb 21, 2025

thanks for the heads up

@bynect
Copy link
Member

bynect commented Feb 25, 2025

fixed by #1444

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants