Util: Add socket helper classes

This commit is contained in:
Stenzek
2024-05-25 23:49:14 +10:00
parent 9eb18449a7
commit 4e905a63ec
14 changed files with 1502 additions and 2 deletions

View File

@ -16,6 +16,11 @@
Log_SetChannel(PlatformMisc);
bool PlatformMisc::InitializeSocketSupport(Error* error)
{
return true;
}
static bool SetScreensaverInhibitDBus(const bool inhibit_requested, const char* program_name, const char* reason)
{
static dbus_uint32_t s_cookie;