Add the definition for DBUS_TYPE_UNIX_FD to SDL_dbus.h

This commit is contained in:
kemal 2024-08-29 11:07:16 +03:00 committed by Sam Lantinga
parent 16f12c0d55
commit eac63b4735
1 changed files with 3 additions and 0 deletions

View File

@ -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
{