Skip to content
Snippets Groups Projects
Commit 5886376b authored by Simon McVittie's avatar Simon McVittie
Browse files

launcher: Move generic D-Bus constants to a common header

parent a232d57d
No related branches found
No related tags found
1 merge request!170Preparation for input portal
......@@ -33,10 +33,6 @@
#include "launcher1.h"
#define DBUS_NAME_DBUS "org.freedesktop.DBus"
#define DBUS_INTERFACE_DBUS DBUS_NAME_DBUS
#define DBUS_PATH_DBUS "/org/freedesktop/DBus"
#define LAUNCHER_IFACE "com.steampowered.PressureVessel.Launcher1"
#define LAUNCHER_PATH "/com/steampowered/PressureVessel/Launcher1"
......
......@@ -27,6 +27,10 @@
#include <glib.h>
#define DBUS_NAME_DBUS "org.freedesktop.DBus"
#define DBUS_INTERFACE_DBUS DBUS_NAME_DBUS
#define DBUS_PATH_DBUS "/org/freedesktop/DBus"
#ifndef PR_GET_CHILD_SUBREAPER
#define PR_GET_CHILD_SUBREAPER 37
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment