mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-03-24 04:45:12 +00:00
SDL_dbus.h: define DBUS_TIMEOUT_USE_DEFAULT if not already defined.
(cherry picked from commit c521e1286be9284d3652569fab02718d9faa4d06)
This commit is contained in:
parent
60070d0b3d
commit
834e8898b9
|
@ -29,6 +29,10 @@
|
||||||
#include "SDL_stdinc.h"
|
#include "SDL_stdinc.h"
|
||||||
#include <dbus/dbus.h>
|
#include <dbus/dbus.h>
|
||||||
|
|
||||||
|
#ifndef DBUS_TIMEOUT_USE_DEFAULT
|
||||||
|
#define DBUS_TIMEOUT_USE_DEFAULT -1
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct SDL_DBusContext
|
typedef struct SDL_DBusContext
|
||||||
{
|
{
|
||||||
DBusConnection *session_conn;
|
DBusConnection *session_conn;
|
||||||
|
|
Loading…
Reference in a new issue