You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
~ ^
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: