ftsf / nimsynth

A modular synth and sequencer made with Nim
GNU General Public License v3.0
90 stars 7 forks source link

Replace deprecated `K_GUI` with `K_LGUI` #7

Open ruivieira opened 5 years ago

ruivieira commented 5 years ago

As far as I'm aware, K_GUI is deprecated in nico and replaced with K_LGUI and K_RGUI.

Without the change my build fails (nico 0.1.0 and nim 0.19.4, macOS) with

common.nim(904, 16) Error: undeclared identifier: 'K_GUI'

With this change it builds normally.