Add the definition for DBUS_TYPE_UNIX_FD to SDL_dbus.h
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user