mirror of https://github.com/libsdl-org/SDL.git
Add the definition for DBUS_TYPE_UNIX_FD to SDL_dbus.h
This commit is contained in:
parent
16f12c0d55
commit
eac63b4735
|
|
@ -34,6 +34,9 @@
|
||||||
#ifndef DBUS_TIMEOUT_INFINITE
|
#ifndef DBUS_TIMEOUT_INFINITE
|
||||||
#define DBUS_TIMEOUT_INFINITE ((int) 0x7fffffff)
|
#define DBUS_TIMEOUT_INFINITE ((int) 0x7fffffff)
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef DBUS_TYPE_UNIX_FD
|
||||||
|
#define DBUS_TYPE_UNIX_FD ((int) 'h')
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct SDL_DBusContext
|
typedef struct SDL_DBusContext
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue