linuxmint / cinnamon-control-center

A collection of configuration plugins used in cinnamon-settings
GNU General Public License v2.0
62 stars 65 forks source link

region panel: add keys removed from libgnomekbd's API in v3.28 #297

Closed WolleTD closed 2 years ago

WolleTD commented 2 years ago

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.