浏览代码

Fixed FreeBSD build

Sam Lantinga 1 年之前
父节点
当前提交
d9e6dcc650
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/core/linux/SDL_evdev_kbd.c

+ 3 - 0
src/core/linux/SDL_evdev_kbd.c

@@ -826,6 +826,9 @@ SDL_EVDEV_keyboard_state *SDL_EVDEV_kbd_init(void)
     return NULL;
     return NULL;
 }
 }
 
 
+void SDL_EVDEV_kbd_set_muted(SDL_EVDEV_keyboard_state *state, SDL_bool muted)
+{
+}
 void SDL_EVDEV_kbd_keycode(SDL_EVDEV_keyboard_state *state, unsigned int keycode, int down)
 void SDL_EVDEV_kbd_keycode(SDL_EVDEV_keyboard_state *state, unsigned int keycode, int down)
 {
 {
 }
 }