Util: Add socket helper classes
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user