فهرست منبع

SDL_dbus.h: define DBUS_TIMEOUT_USE_DEFAULT if not already defined.

Ozkan Sezer 1 سال پیش
والد
کامیت
c521e1286b
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      src/core/linux/SDL_dbus.h

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

@@ -28,6 +28,10 @@
 #define SDL_USE_LIBDBUS 1
 #include <dbus/dbus.h>
 
+#ifndef DBUS_TIMEOUT_USE_DEFAULT
+#define DBUS_TIMEOUT_USE_DEFAULT -1
+#endif
+
 typedef struct SDL_DBusContext
 {
     DBusConnection *session_conn;