ソースを参照

Add the definition for DBUS_TYPE_UNIX_FD to SDL_dbus.h

kemal 11 ヶ月 前
コミット
eac63b4735
1 ファイル変更3 行追加0 行削除
  1. 3 0
      src/core/linux/SDL_dbus.h

+ 3 - 0
src/core/linux/SDL_dbus.h

@@ -34,6 +34,9 @@
 #ifndef DBUS_TIMEOUT_INFINITE
 #define DBUS_TIMEOUT_INFINITE ((int) 0x7fffffff)
 #endif
+#ifndef DBUS_TYPE_UNIX_FD
+#define DBUS_TYPE_UNIX_FD ((int) 'h')
+#endif
 
 typedef struct SDL_DBusContext
 {