瀏覽代碼

GLFW: Fix build error on Linux < v2.6.39

Cherry-pick from upstream glfw/glfw#1196
Found in CPANtesters test of Alien::raylib:
http://www.cpantesters.org/cpan/report/d956d128-0339-11e8-b0d1-b6c4abd39192
pull/444/head
Ahmad Fatoum 7 年之前
父節點
當前提交
f955b2255d
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: C3EAC3DE9321D59B
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      src/external/glfw/src/linux_joystick.c

+ 4
- 0
src/external/glfw/src/linux_joystick.c 查看文件

@ -38,6 +38,10 @@
#include <string.h>
#include <unistd.h>
#ifndef SYN_DROPPED // < 2.6.39 kernel headers
#define SYN_DROPPED 3
#endif
// Apply an EV_KEY event to the specified joystick
//
static void handleKeyEvent(_GLFWjoystick* js, int code, int value)

Loading…
取消
儲存