While working myself through #288, libgnomekbd got updated to v3.28 and removed some extern declarations from their public headers.
I decided to redefine them in cinnamon-region-panel-xkb.c instead of just adding extern declarations to avoid another patch if the definitions in libgnomekbd are changed to static.
While working myself through #288, libgnomekbd got updated to v3.28 and removed some
extern
declarations from their public headers. I decided to redefine them incinnamon-region-panel-xkb.c
instead of just addingextern
declarations to avoid another patch if the definitions in libgnomekbd are changed tostatic
.